Two new trial sources: LG Seeds + AgriGold plot reports (+2,307 cross-vendor yield trials)

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.
This commit is contained in:
2026-05-26 22:26:24 -04:00
parent db1567f84a
commit b98965a68a
4630 changed files with 449945 additions and 4 deletions
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.
@@ -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"
}
@@ -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.

Some files were not shown because too many files have changed in this diff Show More