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:
@@ -0,0 +1,60 @@
|
||||
# Soybean yield trial — Ashton, IL, 2024
|
||||
|
||||
- **Source:** AgriGold plot report (cross-vendor head-to-head)
|
||||
- **Vendor:** AgReliant Genetics / AgriGold
|
||||
- **Crop:** Soybean
|
||||
- **State:** IL
|
||||
- **County:** Lee
|
||||
- **City:** Ashton
|
||||
- **Year:** 2024
|
||||
- **Plot ID:** 143900
|
||||
- **Cooperator:** Ag View FS, Inc.
|
||||
- **Plot average:** 73.39 BU/Ac
|
||||
- **Planted:** 2024-05-20
|
||||
- **Harvested:** 2024-10-11
|
||||
- **Population:** 150,000 seeds/acre
|
||||
- **Row width:** 15.0"
|
||||
- **# Rows:** 6
|
||||
- **Soil type:** Silt Loam
|
||||
- **Tillage:** Conventional
|
||||
- **Previous crop:** Corn
|
||||
- **Irrigation:** None
|
||||
- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143900
|
||||
|
||||
---
|
||||
## Results (by rank)
|
||||
|
||||
| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield |
|
||||
|---|---|---|---|---|---|---|---|---|
|
||||
| 1 | Brevant Seeds | B324EE | Enlist E3 | - | 12.4 | - | 82.7 | 82.7 |
|
||||
| 2 | NK Brand | NK29-Q3XF | XTENDFlex | - | 12.6 | - | 82.6 | 82.6 |
|
||||
| 3 | AgriGold | G2574XF | XTENDFlex | - | 12.4 | - | 82.1 | 82.1 |
|
||||
| 4 | FS Seeds | HS24F40 | XTENDFlex | - | 12.6 | - | 82.0 | 82.0 |
|
||||
| 5 | AgriGold | G3051E3 | Enlist E3 | - | 12.5 | - | 80.2 | 80.2 |
|
||||
| 6 | AgriGold | G3144XF | XTENDFlex | - | 13.1 | - | 78.7 | 78.7 |
|
||||
| 7 | NK Brand | NK26-M6E3 | Enlist E3 | - | 12.8 | - | 78.2 | 78.2 |
|
||||
| 8 | Brevant Seeds | B263EE | Enlist E3 | - | 12.6 | - | 77.9 | 77.9 |
|
||||
| 9 | Asgrow | AG24XF1 | XTENDFlex | - | 12.8 | - | 76.8 | 76.8 |
|
||||
| 10 | Asgrow | AG33XF3 | XTENDFlex | - | 12.5 | - | 76.4 | 76.4 |
|
||||
| 11 | AgriGold | G3279E3 | Enlist E3 | - | 12.4 | - | 76.2 | 76.2 |
|
||||
| 12 | Asgrow | AG30XF4 | XTENDFlex | - | 12.6 | - | 75.6 | 75.6 |
|
||||
| 13 | AgriGold | G2601E3 | Enlist E3 | - | 12.4 | - | 75.2 | 75.2 |
|
||||
| 13 | Asgrow | AG25XF5 | XTENDFlex | - | 12.5 | - | 75.2 | 75.2 |
|
||||
| 15 | Asgrow | AG26XF4 | XTENDFlex | - | 12.4 | - | 74.7 | 74.7 |
|
||||
| 16 | Brevant Seeds | B294EE | Enlist E3 | - | 12.4 | - | 74.1 | 74.1 |
|
||||
| 17 | Brevant Seeds | B252EE | Enlist E3 | - | 12.1 | - | 73.1 | 73.1 |
|
||||
| 18 | NK Brand | NK27-W8XF | XTENDFlex | - | 12.4 | - | 71.0 | 71.0 |
|
||||
| 19 | NK Brand | NK27-J5E3 | Enlist E3 | - | 12.9 | - | 70.7 | 70.7 |
|
||||
| 20 | NK Brand | NK30-A9E3 | Enlist E3 | - | 12.8 | - | 70.4 | 70.4 |
|
||||
| 21 | FS Seeds | HS32F10 | XTENDFlex | - | 12.7 | - | 69.6 | 69.6 |
|
||||
| 22 | NK Brand | NK32-C5XF | XTENDFlex | - | 13.2 | - | 68.8 | 68.8 |
|
||||
| 23 | AgriGold | G3404E3 | Enlist E3 | - | 12.8 | - | 68.7 | 68.7 |
|
||||
| 24 | NK Brand | NK30-U4XF | XTENDFlex | - | 12.6 | - | 68.6 | 68.6 |
|
||||
| 24 | Asgrow | AG27XF3 | XTENDFlex | - | 12.9 | - | 68.6 | 68.6 |
|
||||
| 26 | FS Seeds | HS28F30 | XTENDFlex | - | 12.5 | - | 67.3 | 67.3 |
|
||||
| 27 | FS Seeds | HS25E30 | Enlist E3 | - | 12.8 | - | 66.4 | 66.4 |
|
||||
| 28 | FS Seeds | HS29E40 | Enlist E3 | - | 12.6 | - | 64.5 | 64.5 |
|
||||
| 29 | FS Seeds | HS31E20 | Enlist E3 | - | 13.1 | - | 64.4 | 64.4 |
|
||||
| 30 | FS Seeds | HS30F40 | XTENDFlex | - | 13.2 | - | 60.9 | 60.9 |
|
||||
|
||||
Top 5 by Yield: B324EE (Brevant Seeds) 82.7, NK29-Q3XF (NK Brand) 82.6, G2574XF (AgriGold) 82.1, HS24F40 (FS Seeds) 82.0, G3051E3 (AgriGold) 80.2.
|
||||
Reference in New Issue
Block a user