Three new brand scrapers: LG Seeds + AgriGold + Ebbert's Seeds (+310 varieties)
User flagged LG, AgriGold, and Ebbert's (local Ohio breeder) are
all active in farmer territory. Built three scrapers — corpus now
covers 5,839 chunks across 11 brands.
Net new varieties: 310
lg_seeds 170 — corn 78 + soy 63 + alfalfa 16 + sorghum 13
→ adds FIRST alfalfa coverage (FD 3-5 range)
agrigold 111 — corn 60 + soy 51
ebberts_seeds 29 — corn 17 + soy 12 (regional OH/IN breeder)
scrape/sources/lg_seeds.py — embedded-JSON pattern (cleanest):
- /products/<crop> pages have a `var products = [...]` blob with the
variety summary (Variety, Maturity, Traits[], Bullets[], CropType).
- Per-variety detail page (/products/<crop>/<Variety>) carries the
ratings as `<span class="bar-N">` where N is 1-9 on the canonical
scale. Same 9=best direction as Bayer / Golden Harvest.
- Three sections per page: Characteristics / Management / Disease
Tolerance, plus a few qualitative bars ("Tar Spot Susceptible",
"Fungicide Response High") preserved as text values.
scrape/sources/agrigold.py — 5-circle scale:
- Listing page has 60+ /corn/explore-corn-hybrids/<CODE> URLs.
- Detail page renders ratings as <div class="scale"> blocks with 5
child <div class="circle"> elements, of which N have class
"circle selected" → rating N on a 1-5 scale.
- 7 sections per page incl. Silage Characteristics (Dairy Silage
Rating, NDFd 30 Hr, Crude Protein), Planting Applications, Soil
Adaptability, Plant Characteristics, Product Features.
- Distinct rating direction (1-5 vs Bayer's 1-9) — declared in
_scale_direction so chunker preamble renders correctly.
scrape/sources/ebberts_seeds.py — small regional breeder, verbatim
text approach:
- Single page per crop (corn / soybeans / wheat). Each variety is an
<h1> + multi-section CSS-grid block where labels and values are in
separate adjacent cells. Reconstructing perfectly-aligned columns
for a 29-variety total isn't worth the engineering — chunk body
carries the verbatim text in document order, LLM can read the
tabular content.
- Scale: 1-5 (1 = best, lower = more resistant), inferred from
marketing-vs-rating cross-checks ("Robust tall plants" + STANDABILITY
1.0 → 1 = best).
- Politeness: robots.txt asks for Crawl-delay: 5; honored.
All three new scrapers smoke-tested:
- LG corn LG5701 RM 116 SmartStax → 3 characteristic groups with
Disease Tolerance ratings (Northern/Southern Leaf Blight 8-9, etc.)
- AgriGold A616-30 RM 86 VT2RIB → 7 groups incl. silage and soil
adaptability ratings
- Ebbert's 7000TR RIB RM 100 → 1098-char verbatim body covering
CHARACTERISTICS, DISEASE RATINGS, herbicide tolerance, etc.
Corpus state after this PR:
- 5,839 chunks (was 5,529)
- 11 brands (was 8)
- 8 crops (corn 3047, soy 2209, silage 359, wheat 123, sorghum 49,
cotton 30, alfalfa 16, canola 6) — alfalfa is brand-new
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-10c400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "10C400",
|
||||
"product_id": 672,
|
||||
"hybrid_prefix": "10C400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"High yield potential choice that is adapted well in the non-dormant zones.",
|
||||
"Excellent tolerance to multiple pests.",
|
||||
"Very good early vigor.",
|
||||
"Great visual look and fast recovery after cutting."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/10C400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:31.285603+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 10C400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/10C400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- High yield potential choice that is adapted well in the non-dormant zones.
|
||||
- Excellent tolerance to multiple pests.
|
||||
- Very good early vigor.
|
||||
- Great visual look and fast recovery after cutting.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 8 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 8 |
|
||||
| Blue Alfalfa Aphid | 8 |
|
||||
| Cow Pea Aphid | 8 |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | -- |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 8 |
|
||||
| Stem Nematode | 8 |
|
||||
| Verticillium Wilt | -- |
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-1510c",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "1510C",
|
||||
"product_id": 486,
|
||||
"hybrid_prefix": "1510C",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent early option for Western Kansas, Nebraska, and Northeast Colorado. Performs well in other Northern areas.",
|
||||
"High yields for an early maturity choice with excellent agronomics and drought tolerance.",
|
||||
"Good tolerance to Sugarcane Aphids and good performance on high pH soils.",
|
||||
"Excellent option for drilling into narrow rows."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/1510C"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:41.308421+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# 1510C
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/1510C
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent early option for Western Kansas, Nebraska, and Northeast Colorado. Performs well in other Northern areas.
|
||||
- High yields for an early maturity choice with excellent agronomics and drought tolerance.
|
||||
- Good tolerance to Sugarcane Aphids and good performance on high pH soils.
|
||||
- Excellent option for drilling into narrow rows.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 8 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 8 |
|
||||
| Head Exsertion | 5 |
|
||||
| Smut | -- |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | -- |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-1570b-dt",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "1570B-DT",
|
||||
"product_id": 500,
|
||||
"hybrid_prefix": "1570B-DT",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [],
|
||||
"trait_descriptions": [],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Double Team™ trait provides tolerance with FirstAct™ herbicide for superior grass and volunteer corn control.",
|
||||
"Early maturity bronze-colored grain that thrives on challenging dryland acres and higher pH soils.",
|
||||
"Early maturity allows a flexible planting window for late planted fields or double crop situations."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "S"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/1570B-DT"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:44.292122+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 1570B-DT
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Early
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/1570B-DT
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Double Team™ trait provides tolerance with FirstAct™ herbicide for superior grass and volunteer corn control.
|
||||
- Early maturity bronze-colored grain that thrives on challenging dryland acres and higher pH soils.
|
||||
- Early maturity allows a flexible planting window for late planted fields or double crop situations.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 7 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 6 |
|
||||
| Head Exsertion | 7 |
|
||||
| Smut | -- |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | -- |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | S |
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-190bmr",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "190BMR",
|
||||
"product_id": 476,
|
||||
"hybrid_prefix": "190BMR",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Early option that brings strong agronomics paired with high yield potential and quality.",
|
||||
"High performance under stress with excellent forage quality.",
|
||||
"Manage placement in poorly drained and high pH soils."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Disease Resistance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Grain Stover Ratio",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "AM"
|
||||
},
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Silage",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/190BMR"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:35.254752+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
# 190BMR
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/190BMR
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Early option that brings strong agronomics paired with high yield potential and quality.
|
||||
- High performance under stress with excellent forage quality.
|
||||
- Manage placement in poorly drained and high pH soils.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Disease Resistance | 8 |
|
||||
| Grain Stover Ratio | 7 |
|
||||
| SCA | AM |
|
||||
| Standability | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Silage | 8 |
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-2550r",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "2550R",
|
||||
"product_id": 489,
|
||||
"hybrid_prefix": "2550R",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent drought tolerance and performance on stressed acres.",
|
||||
"Provides excellent standability, stalks, and Aphid tolerance.",
|
||||
"Low maintenance choice with disease tolerance and agronomics."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/2550R"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:43.266742+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
# 2550R
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/2550R
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent drought tolerance and performance on stressed acres.
|
||||
- Provides excellent standability, stalks, and Aphid tolerance.
|
||||
- Low maintenance choice with disease tolerance and agronomics.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 9 |
|
||||
| Anthracnose | 7 |
|
||||
| Drought Tolerance | 9 |
|
||||
| Head Exsertion | 7 |
|
||||
| Smut | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | 3 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-2630c",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "2630C",
|
||||
"product_id": 488,
|
||||
"hybrid_prefix": "2630C",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Well adapted to high stress environments with strong low-end yield performance and standability.",
|
||||
"Impressive stalk and root strength.",
|
||||
""
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "-"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "-"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "-"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/2630C"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:42.282439+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
# 2630C
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/2630C
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Well adapted to high stress environments with strong low-end yield performance and standability.
|
||||
- Impressive stalk and root strength.
|
||||
-
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 8 |
|
||||
| Anthracnose | - |
|
||||
| Drought Tolerance | 8 |
|
||||
| Head Exsertion | 6 |
|
||||
| Smut | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | - |
|
||||
| Downy Mildew Pathogen 3 | 3 |
|
||||
| Greenbug Resistance | -- |
|
||||
| MDMV | - |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-2730b",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "2730B",
|
||||
"product_id": 482,
|
||||
"hybrid_prefix": "2730B",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Uniform plant with good head exsertion at harvest.",
|
||||
"Good selection for late planting and double cropping.",
|
||||
"Adapted to high stress Western environments.",
|
||||
"Strong yield potential for its maturity."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "S"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/2730B"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:38.243328+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# 2730B
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/2730B
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Uniform plant with good head exsertion at harvest.
|
||||
- Good selection for late planting and double cropping.
|
||||
- Adapted to high stress Western environments.
|
||||
- Strong yield potential for its maturity.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 7 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 7 |
|
||||
| Head Exsertion | 6 |
|
||||
| Smut | 6 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | 3 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | S |
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-2840b",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "2840B",
|
||||
"product_id": 480,
|
||||
"hybrid_prefix": "2840B",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Highly versatile sorghum with broad adaptability.",
|
||||
"Strong and consistent yield performer in most environments.",
|
||||
"Well-suited choice for dryland acres or under limited irrigation."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "S"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/2840B"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:37.290848+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
# 2840B
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/2840B
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Highly versatile sorghum with broad adaptability.
|
||||
- Strong and consistent yield performer in most environments.
|
||||
- Well-suited choice for dryland acres or under limited irrigation.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 5 |
|
||||
| Anthracnose | 5 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Head Exsertion | 5 |
|
||||
| Smut | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | 5 |
|
||||
| Downy Mildew Pathogen 3 | 4 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | 5 |
|
||||
| SCA | S |
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-2970b-dt",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "2970B-DT",
|
||||
"product_id": 501,
|
||||
"hybrid_prefix": "2970B-DT",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [],
|
||||
"trait_descriptions": [],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent choice for planting early or placing under irrigation and on productive fields.",
|
||||
"Double Team™ trait provides tolerance with FirstAct™ herbicide for superior grass and volunteer corn control.",
|
||||
"Extremely versatile grain sorghum that offers excellent staygreen, standability, and performance stability across multiple environments."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "MT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/2970B-DT"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:45.279393+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 2970B-DT
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/2970B-DT
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent choice for planting early or placing under irrigation and on productive fields.
|
||||
- Double Team™ trait provides tolerance with FirstAct™ herbicide for superior grass and volunteer corn control.
|
||||
- Extremely versatile grain sorghum that offers excellent staygreen, standability, and performance stability across multiple environments.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 8 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 8 |
|
||||
| Head Exsertion | 7 |
|
||||
| Smut | -- |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | -- |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | MT |
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-3180b",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "3180B",
|
||||
"product_id": 485,
|
||||
"hybrid_prefix": "3180B",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"High yield potential under productive/marginal acres.",
|
||||
"Compact head type with a good exsertion for harvest.",
|
||||
"Excellent choice for acres with Sugarcane Aphid pressure.",
|
||||
"Well adapted across soil types with good agronomics and staygreen."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/3180B"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:40.303018+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# 3180B
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/3180B
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- High yield potential under productive/marginal acres.
|
||||
- Compact head type with a good exsertion for harvest.
|
||||
- Excellent choice for acres with Sugarcane Aphid pressure.
|
||||
- Well adapted across soil types with good agronomics and staygreen.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 9 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 7 |
|
||||
| Head Exsertion | 5 |
|
||||
| Smut | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | 4 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-3880r",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "3880R",
|
||||
"product_id": 502,
|
||||
"hybrid_prefix": "3880R",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [],
|
||||
"trait_descriptions": [],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent choice for productive soils to take advantage of offensive yield potential.",
|
||||
"Brings good standability, excellent threshability, and Sugarcane Aphid tolerance.",
|
||||
"Taller statured, medium-maturity option with broad adaptability from Texas through the High Plains."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/3880R"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:46.257027+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 3880R
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/3880R
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent choice for productive soils to take advantage of offensive yield potential.
|
||||
- Brings good standability, excellent threshability, and Sugarcane Aphid tolerance.
|
||||
- Taller statured, medium-maturity option with broad adaptability from Texas through the High Plains.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 7 |
|
||||
| Anthracnose | -- |
|
||||
| Drought Tolerance | 7 |
|
||||
| Head Exsertion | 5 |
|
||||
| Smut | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | 4 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4880r",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4880R",
|
||||
"product_id": 484,
|
||||
"hybrid_prefix": "4880R",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Late",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Offensive seed choice that provides excellent uniformity with an attractive field performance.",
|
||||
"Excels under full irrigation and favorable dryland acres.",
|
||||
"Red-colored grain with good weathering characteristics.",
|
||||
"High Sugarcane Aphid tolerance."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "None"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "HT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/4880R"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:39.299103+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# 4880R
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Late
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/4880R
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Offensive seed choice that provides excellent uniformity with an attractive field performance.
|
||||
- Excels under full irrigation and favorable dryland acres.
|
||||
- Red-colored grain with good weathering characteristics.
|
||||
- High Sugarcane Aphid tolerance.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 7 |
|
||||
| Anthracnose | 7 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Head Exsertion | 5 |
|
||||
| Smut | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | -- |
|
||||
| Downy Mildew Pathogen 3 | 5 |
|
||||
| Greenbug Resistance | None |
|
||||
| MDMV | -- |
|
||||
| SCA | HT |
|
||||
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4c100",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4C100",
|
||||
"product_id": 666,
|
||||
"hybrid_prefix": "4C100",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Provides maximum tonnage and excellent forage quality throughout the entire growing season.",
|
||||
"Provides a long, productive stand life with high persistence and strong winterhardiness.",
|
||||
"Superior disease characteristics include tolerance to Aphanomyces Race 2 Root Rot.",
|
||||
"Broadly adapted to a wide range of environments and soil types."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/4C100"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:25.244579+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
# 4C100
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/4C100
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Provides maximum tonnage and excellent forage quality throughout the entire growing season.
|
||||
- Provides a long, productive stand life with high persistence and strong winterhardiness.
|
||||
- Superior disease characteristics include tolerance to Aphanomyces Race 2 Root Rot.
|
||||
- Broadly adapted to a wide range of environments and soil types.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | 8 |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 8 |
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4c450",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4C450",
|
||||
"product_id": 671,
|
||||
"hybrid_prefix": "4C450",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"UltraCut®",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"UltraCut®",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"This option combines yield potential and disease protection.",
|
||||
"Productive stand with a high level of pest protection as well as very good winterhardiness.",
|
||||
"Tolerant to multiple pests.",
|
||||
"UltraCut® product includes protection against Aphanomyces and Anthracnose diseases."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/4C450"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:30.273407+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
# 4C450
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** UltraCut®, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/4C450
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- This option combines yield potential and disease protection.
|
||||
- Productive stand with a high level of pest protection as well as very good winterhardiness.
|
||||
- Tolerant to multiple pests.
|
||||
- UltraCut® product includes protection against Aphanomyces and Anthracnose diseases.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | 9 |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | 8 |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 8 |
|
||||
| Stem Nematode | 9 |
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4hvxr100",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4HVXR100",
|
||||
"product_id": 661,
|
||||
"hybrid_prefix": "4HVXR100",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"HarvXtra®",
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"HarvXtra®",
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Gives alfalfa growers the ability to better manage the yield-versus-quality tradeoff.",
|
||||
"Showed superior fall dormancy with tolerance to multiple pests.",
|
||||
"The HarvXtra® Alfalfa trait maximizes quality by reducing lignin content.",
|
||||
"HarvXtra® Alfalfa also includes Roundup Ready® Technology for weed control with excellent crop sustainability."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/4HVXR100"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:22.261899+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
# 4HVXR100
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** HarvXtra®, Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/4HVXR100
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Gives alfalfa growers the ability to better manage the yield-versus-quality tradeoff.
|
||||
- Showed superior fall dormancy with tolerance to multiple pests.
|
||||
- The HarvXtra® Alfalfa trait maximizes quality by reducing lignin content.
|
||||
- HarvXtra® Alfalfa also includes Roundup Ready® Technology for weed control with excellent crop sustainability.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | 8 |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | -- |
|
||||
| Stem Nematode | 8 |
|
||||
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4r300",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4R300",
|
||||
"product_id": 664,
|
||||
"hybrid_prefix": "4R300",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Somewhat winterhardy, with very fast recovery after harvest and superior fall dormancy.",
|
||||
"Moderate multifoliate expression.",
|
||||
"High disease tolerance.",
|
||||
"Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/4R300"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:24.279619+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
# 4R300
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/4R300
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Somewhat winterhardy, with very fast recovery after harvest and superior fall dormancy.
|
||||
- Moderate multifoliate expression.
|
||||
- High disease tolerance.
|
||||
- Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 9 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 9 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-4r400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "4R400",
|
||||
"product_id": 667,
|
||||
"hybrid_prefix": "4R400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Highly tolerant to six of the major pests that cause stand loss in alfalfa.",
|
||||
"Performs well on heavy, wet, and compacted soils.",
|
||||
"Strong forage yield potential across most soil environments.",
|
||||
"Impressive winterhardiness and greens quickly in the spring."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "MR"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/4R400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:26.255156+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 4R400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/4R400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Highly tolerant to six of the major pests that cause stand loss in alfalfa.
|
||||
- Performs well on heavy, wet, and compacted soils.
|
||||
- Strong forage yield potential across most soil environments.
|
||||
- Impressive winterhardiness and greens quickly in the spring.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | 9 |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | MR |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 8 |
|
||||
| Stem Nematode | -- |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-5c400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "5C400",
|
||||
"product_id": 668,
|
||||
"hybrid_prefix": "5C400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"StandFast®",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"StandFast®",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Standfast® Alfalfa with Fast Growth advantage showed fast recovery.",
|
||||
"A combination of fast-growing European alfalfas with elite North American genetics and screened for high yield potential, superb winter hardiness, and high forage quality.",
|
||||
"Disease package is strong and can be placed across a broad range of geographies and soil types.",
|
||||
null
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "N--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/5C400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:27.255525+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 5C400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** StandFast®, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/5C400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Standfast® Alfalfa with Fast Growth advantage showed fast recovery.
|
||||
- A combination of fast-growing European alfalfas with elite North American genetics and screened for high yield potential, superb winter hardiness, and high forage quality.
|
||||
- Disease package is strong and can be placed across a broad range of geographies and soil types.
|
||||
- None
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | 8 |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | N-- |
|
||||
| Stem Nematode | 8 |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-5r300",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "5R300",
|
||||
"product_id": 662,
|
||||
"hybrid_prefix": "5R300",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Somewhat winterhardy with excellent fall dormancy.",
|
||||
"High multifoliate expression.",
|
||||
"Produces quality alfalfa that pleases many growers.",
|
||||
"Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/5R300"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:23.292338+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 5R300
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/5R300
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Somewhat winterhardy with excellent fall dormancy.
|
||||
- High multifoliate expression.
|
||||
- Produces quality alfalfa that pleases many growers.
|
||||
- Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 9 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-5r325",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "5R325",
|
||||
"product_id": 675,
|
||||
"hybrid_prefix": "5R325",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Responds well to intensive management practices.",
|
||||
"Excellent combination of yield potential and broad adaptation.",
|
||||
"Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas.",
|
||||
"Excellent disease tolerance."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/5R325"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:33.321378+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 5R325
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/5R325
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Responds well to intensive management practices.
|
||||
- Excellent combination of yield potential and broad adaptation.
|
||||
- Very high Stem Nematode tolerance and adapted to Western and Great Plains growing areas.
|
||||
- Excellent disease tolerance.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 8 |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-7c300",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "7C300",
|
||||
"product_id": 654,
|
||||
"hybrid_prefix": "7C300",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Adapted to primarily semi-dormant and non-dormant zones in Western and Southwestern regions.",
|
||||
"Higher fall dormancy plants tend to turn green faster in the spring and continue growing later in the fall, which can make the difference for gaining one additional cutting.",
|
||||
"Can handle an aggressive cutting schedule with fast recovery following harvest.",
|
||||
"Excellent stand persistence and leaf retention."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/7C300"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:18.320979+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 7C300
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/7C300
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Adapted to primarily semi-dormant and non-dormant zones in Western and Southwestern regions.
|
||||
- Higher fall dormancy plants tend to turn green faster in the spring and continue growing later in the fall, which can make the difference for gaining one additional cutting.
|
||||
- Can handle an aggressive cutting schedule with fast recovery following harvest.
|
||||
- Excellent stand persistence and leaf retention.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | -- |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 9 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 8 |
|
||||
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-7r400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "7R400",
|
||||
"product_id": 670,
|
||||
"hybrid_prefix": "7R400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"High yield potential in semi-dormant product category.",
|
||||
"Roundup Ready® Technology for weed control, stand establishment, and crop safety.",
|
||||
"Selections for tolerance to key pests in the semi-dormant areas, including nematodes and aphids."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/7R400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:29.302319+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
# 7R400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/7R400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- High yield potential in semi-dormant product category.
|
||||
- Roundup Ready® Technology for weed control, stand establishment, and crop safety.
|
||||
- Selections for tolerance to key pests in the semi-dormant areas, including nematodes and aphids.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 8 |
|
||||
| Aphanomyces Race1 | 8 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 8 |
|
||||
| Blue Alfalfa Aphid | 8 |
|
||||
| Cow Pea Aphid | 9 |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 9 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 8 |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-9r400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "9R400",
|
||||
"product_id": 669,
|
||||
"hybrid_prefix": "9R400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"High tolerance to three major insects and diseases.",
|
||||
"",
|
||||
"A solid new addition to the non-dormant alfalfa growing areas, backed by generations of selection for tolerance to yield-robbing insects and diseases.",
|
||||
"Very good tolerance to Phytophthora Root Rot."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "NR"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/9R400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:28.297039+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 9R400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/9R400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- High tolerance to three major insects and diseases.
|
||||
-
|
||||
- A solid new addition to the non-dormant alfalfa growing areas, backed by generations of selection for tolerance to yield-robbing insects and diseases.
|
||||
- Very good tolerance to Phytophthora Root Rot.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 8 |
|
||||
| Aphanomyces Race1 | 8 |
|
||||
| Aphanomyces Race2 | NR |
|
||||
| Bacterial Wilt | 8 |
|
||||
| Blue Alfalfa Aphid | 8 |
|
||||
| Cow Pea Aphid | 8 |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 9 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 8 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-9r424",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "9R424",
|
||||
"product_id": 673,
|
||||
"hybrid_prefix": "9R424",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Roundup Ready®"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Regrowth is optimal for an intense harvest schedule.",
|
||||
"",
|
||||
"High yield potential choice with great color and leaf mass.",
|
||||
"Very good tolerance to pests and leaf diseases."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/9R424"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:32.295803+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# 9R424
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Roundup Ready®
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/9R424
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Regrowth is optimal for an intense harvest schedule.
|
||||
-
|
||||
- High yield potential choice with great color and leaf mass.
|
||||
- Very good tolerance to pests and leaf diseases.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 8 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 8 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | 8 |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 9 |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 8 |
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-c3400",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "C3400",
|
||||
"product_id": 2922,
|
||||
"hybrid_prefix": "C3400",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "soybeans",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": "3.4",
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"High yield potential",
|
||||
"Reliable across environments",
|
||||
"IDC tolerant"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Emergence",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Salt Excluder",
|
||||
"value": "No"
|
||||
},
|
||||
{
|
||||
"characteristic": "Shatter Resistance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Adapt to No Till",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Poorly Drained Soils",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Sulfonylurea Tolerance",
|
||||
"value": "No"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Sudden Death",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Brown Stem Rot",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Charcoal Rot",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cyst Nematode Resistance",
|
||||
"value": "PI88788"
|
||||
},
|
||||
{
|
||||
"characteristic": "Frogeye Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Iron Deficiency Chlorosis",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Resistance Gene",
|
||||
"value": "Rps1c"
|
||||
},
|
||||
{
|
||||
"characteristic": "Sclerotinia White Mold",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Canker",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/soybeans/C3400"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:33:15.273638+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
# C3400
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Soybeans
|
||||
- **Maturity group:** 3.4
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/soybeans/C3400
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- High yield potential
|
||||
- Reliable across environments
|
||||
- IDC tolerant
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Emergence | 9 |
|
||||
| Salt Excluder | No |
|
||||
| Shatter Resistance | 8 |
|
||||
| Standability | 9 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Adapt to No Till | 9 |
|
||||
| Poorly Drained Soils | 9 |
|
||||
| Sulfonylurea Tolerance | No |
|
||||
| Marginal Soil | 9 |
|
||||
| Productive Soil | 9 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Sudden Death | 8 |
|
||||
| Brown Stem Rot | 8 |
|
||||
| Charcoal Rot | 8 |
|
||||
| Cyst Nematode Resistance | PI88788 |
|
||||
| Frogeye Leaf Spot | 7 |
|
||||
| Iron Deficiency Chlorosis | 7 |
|
||||
| Phytophthora Tolerance | 8 |
|
||||
| Phytophthora Resistance Gene | Rps1c |
|
||||
| Sclerotinia White Mold | 7 |
|
||||
| Stem Canker | 7 |
|
||||
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-camas",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "Camas",
|
||||
"product_id": 655,
|
||||
"hybrid_prefix": "Camas",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Impressive health with tolerance to seven major pests or diseases.",
|
||||
"Disease tolerance index is 30 out of 30.",
|
||||
"Fall dormancy 4 option, ideally adapted to the Western half of the US.",
|
||||
"Very high yield potential."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/Camas"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:19.277295+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# Camas
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/Camas
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Impressive health with tolerance to seven major pests or diseases.
|
||||
- Disease tolerance index is 30 out of 30.
|
||||
- Fall dormancy 4 option, ideally adapted to the Western half of the US.
|
||||
- Very high yield potential.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | 9 |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | 8 |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | -- |
|
||||
| Stem Nematode | 9 |
|
||||
| Verticillium Wilt | 8 |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-es7514",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "ES7514",
|
||||
"product_id": 1945,
|
||||
"hybrid_prefix": "ES7514",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "114",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® Corn",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® Corn",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Great grain quality",
|
||||
"Excellent emergence"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/ES7514"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:31:58.306172+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# ES7514
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 114
|
||||
- **Traits:** VT Double Pro® Corn, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/corn/ES7514
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Great grain quality
|
||||
- Excellent emergence
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Greensnap | 6 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 9 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | -- |
|
||||
| Southern Leaf Blight | 8 |
|
||||
| Gray Leaf Spot | 6 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | 6 |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-es7698",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "ES7698",
|
||||
"product_id": 2015,
|
||||
"hybrid_prefix": "ES7698",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "118",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Agrisure Viptera® 3110 Trait Stack"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Agrisure Viptera® 3110 Trait Stack"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Silage proven",
|
||||
"Great grain quality",
|
||||
"Late season intactness"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/ES7698"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:36.312809+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# ES7698
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 118
|
||||
- **Traits:** Agrisure Viptera® 3110 Trait Stack
|
||||
- **Source:** https://www.lgseeds.com/products/corn/ES7698
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Silage proven
|
||||
- Great grain quality
|
||||
- Late season intactness
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 7 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 9 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | -- |
|
||||
| Southern Leaf Blight | 7 |
|
||||
| Gray Leaf Spot | 6 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | -- |
|
||||
| Anthracnose | 6 |
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-h-390w",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "H-390W",
|
||||
"product_id": 478,
|
||||
"hybrid_prefix": "H-390W",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "sorghum",
|
||||
"release_year": null,
|
||||
"relative_maturity": "Medium-Early",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Grain"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Grain"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Consistent performance from a uniform medium-early seed choice.",
|
||||
"Durable plant best adapted to dryland areas; excels in stress conditions.",
|
||||
"Excellent drought tolerance and standability under high stress conditions.",
|
||||
"Cream-colored grain with good threshability on semi-open heads."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Standability",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Head Exsertion",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Smut",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 1 2",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Downy Mildew Pathogen 3",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greenbug Resistance",
|
||||
"value": "Biotype C"
|
||||
},
|
||||
{
|
||||
"characteristic": "MDMV",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"characteristic": "SCA",
|
||||
"value": "MT"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/sorghum/H-390W"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:36.308507+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# H-390W
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Sorghum
|
||||
- **Days to maturity:** Medium-Early
|
||||
- **Traits:** Grain
|
||||
- **Source:** https://www.lgseeds.com/products/sorghum/H-390W
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Consistent performance from a uniform medium-early seed choice.
|
||||
- Durable plant best adapted to dryland areas; excels in stress conditions.
|
||||
- Excellent drought tolerance and standability under high stress conditions.
|
||||
- Cream-colored grain with good threshability on semi-open heads.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Standability | 9 |
|
||||
| Anthracnose | 6 |
|
||||
| Drought Tolerance | 9 |
|
||||
| Head Exsertion | 7 |
|
||||
| Smut | 6 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Downy Mildew Pathogen 1 2 | 5 |
|
||||
| Downy Mildew Pathogen 3 | 5 |
|
||||
| Greenbug Resistance | Biotype C |
|
||||
| MDMV | 3 |
|
||||
| SCA | MT |
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-hg4001",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "HG4001",
|
||||
"product_id": 659,
|
||||
"hybrid_prefix": "HG4001",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "alfalfa",
|
||||
"release_year": null,
|
||||
"relative_maturity": null,
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Hi-Gest®",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Hi-Gest®",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"A result of conventional plant breeding. Maintains the yield potential, persistence, and multiple pest tolerance packages of today's elite commercial choices.",
|
||||
"Very fast recovery following harvest.",
|
||||
"Hi-Gest® alfalfa technology improves the rate and extent of fiber digestibility for enhanced animal performance.",
|
||||
"Very winterhardy with superior fall dormancy, high disease tolerance, and multifoliate expression."
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race1",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Aphanomyces Race2",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Bacterial Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Blue Alfalfa Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Cow Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fusarium Wilt",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Northern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Phytophthora Root Rot",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Pea Aphid",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Root Rot Nematode",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Spotted Alfalfa Aphid",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Stem Nematode",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Verticillium Wilt",
|
||||
"value": "9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/alfalfa/HG4001"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:34:21.295265+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# HG4001
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Alfalfa
|
||||
- **Traits:** Hi-Gest®, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/alfalfa/HG4001
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- A result of conventional plant breeding. Maintains the yield potential, persistence, and multiple pest tolerance packages of today's elite commercial choices.
|
||||
- Very fast recovery following harvest.
|
||||
- Hi-Gest® alfalfa technology improves the rate and extent of fiber digestibility for enhanced animal performance.
|
||||
- Very winterhardy with superior fall dormancy, high disease tolerance, and multifoliate expression.
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Anthracnose | 9 |
|
||||
| Aphanomyces Race1 | 9 |
|
||||
| Aphanomyces Race2 | -- |
|
||||
| Bacterial Wilt | 9 |
|
||||
| Blue Alfalfa Aphid | -- |
|
||||
| Cow Pea Aphid | -- |
|
||||
| Fusarium Wilt | 9 |
|
||||
| Northern Root Rot Nematode | -- |
|
||||
| Phytophthora Root Rot | 9 |
|
||||
| Pea Aphid | -- |
|
||||
| Southern Root Rot Nematode | -- |
|
||||
| Spotted Alfalfa Aphid | 8 |
|
||||
| Stem Nematode | 8 |
|
||||
| Verticillium Wilt | 9 |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg2475",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG2475",
|
||||
"product_id": 2004,
|
||||
"hybrid_prefix": "LG2475",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "96",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Roundup Ready® Corn 2"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Roundup Ready® Corn 2"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excels in low populations",
|
||||
"Drought tolerant",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Low"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG2475"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:31.324298+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG2475
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 96
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend, Roundup Ready® Corn 2
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG2475
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excels in low populations
|
||||
- Drought tolerant
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 7 |
|
||||
| Greensnap | 7 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 9 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 7 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 7 |
|
||||
| Southern Leaf Blight | 6 |
|
||||
| Gray Leaf Spot | 7 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Low |
|
||||
| Anthracnose | 7 |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg29c19",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG29C19",
|
||||
"product_id": 1978,
|
||||
"hybrid_prefix": "LG29C19",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "79",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Superior plant health",
|
||||
"Excellent emergence"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Low"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG29C19"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:14.286325+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG29C19
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 79
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG29C19
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Superior plant health
|
||||
- Excellent emergence
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 7 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | -- |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Low |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg30c98",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG30C98",
|
||||
"product_id": 1974,
|
||||
"hybrid_prefix": "LG30C98",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "80",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Strong stalk & roots",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG30C98"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:12.316185+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG30C98
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 80
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG30C98
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Strong stalk & roots
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 7 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 7 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg32c25",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG32C25",
|
||||
"product_id": 1951,
|
||||
"hybrid_prefix": "LG32C25",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "82",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Strong stalk & roots",
|
||||
"Late season intactness"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG32C25"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:02.305293+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG32C25
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 82
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG32C25
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Strong stalk & roots
|
||||
- Late season intactness
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 7 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 7 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 7 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | 6 |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg33c30",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG33C30",
|
||||
"product_id": 2031,
|
||||
"hybrid_prefix": "LG33C30",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "83",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Drought tolerant",
|
||||
"Excellent emergence",
|
||||
"Late season intactness"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG33C30"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:47.323044+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG33C30
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 83
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG33C30
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Drought tolerant
|
||||
- Excellent emergence
|
||||
- Late season intactness
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 7 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 9 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 7 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 6 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | 8 |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg34c14",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG34C14",
|
||||
"product_id": 2006,
|
||||
"hybrid_prefix": "LG34C14",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "84",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Agrisure® Above",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Agrisure® Above",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Excellent emergence",
|
||||
"Excels in high populations"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG34C14"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:33.339316+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG34C14
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 84
|
||||
- **Traits:** Agrisure® Above, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG34C14
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Excellent emergence
|
||||
- Excels in high populations
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 6 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 9 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 6 |
|
||||
| Medium Populations | 7 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 6 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Moderately Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg35c41",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG35C41",
|
||||
"product_id": 1991,
|
||||
"hybrid_prefix": "LG35C41",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "85",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Strong stalk & roots",
|
||||
"Excels in high populations",
|
||||
"Goss's Wilt tolerant"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG35C41"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:25.317458+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG35C41
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 85
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG35C41
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Strong stalk & roots
|
||||
- Excels in high populations
|
||||
- Goss's Wilt tolerant
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 6 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 7 |
|
||||
| Continuous Corn | 6 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | -- |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | -- |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg35c79",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG35C79",
|
||||
"product_id": 1988,
|
||||
"hybrid_prefix": "LG35C79",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "85",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Excellent emergence",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG35C79"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:22.356900+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG35C79
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 85
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG35C79
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Excellent emergence
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 6 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg36c73",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG36C73",
|
||||
"product_id": 2833,
|
||||
"hybrid_prefix": "LG36C73",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "86",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Great grain quality",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG36C73"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:50.321273+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG36C73
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 86
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG36C73
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Great grain quality
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg37c33",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG37C33",
|
||||
"product_id": 1997,
|
||||
"hybrid_prefix": "LG37C33",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "87",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Strong stalk & roots",
|
||||
"Excellent emergence"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG37C33"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:28.334021+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG37C33
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 87
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG37C33
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Strong stalk & roots
|
||||
- Excellent emergence
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 7 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 6 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | -- |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg38c48",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG38C48",
|
||||
"product_id": 1976,
|
||||
"hybrid_prefix": "LG38C48",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "88",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Roundup Ready® Corn 2"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Roundup Ready® Corn 2"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excels in high populations",
|
||||
"Excellent commercial look",
|
||||
"Late season intactness"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG38C48"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:13.328847+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG38C48
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 88
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend, Roundup Ready® Corn 2
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG38C48
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excels in high populations
|
||||
- Excellent commercial look
|
||||
- Late season intactness
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 7 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 6 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 9 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg40c07",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG40C07",
|
||||
"product_id": 2875,
|
||||
"hybrid_prefix": "LG40C07",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "90",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"SmartStax® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"SmartStax® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Goss's Wilt tolerant",
|
||||
"Great grain quality",
|
||||
"Reliable across environments"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Susceptible"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG40C07"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:33:05.338378+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG40C07
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 90
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend, SmartStax® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG40C07
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Goss's Wilt tolerant
|
||||
- Great grain quality
|
||||
- Reliable across environments
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 9 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 7 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Moderately Susceptible |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg42c16",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG42C16",
|
||||
"product_id": 1946,
|
||||
"hybrid_prefix": "LG42C16",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "92",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Strong stalk & roots",
|
||||
"Goss's Wilt tolerant"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Susceptible"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG42C16"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:31:59.318606+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG42C16
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 92
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG42C16
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Strong stalk & roots
|
||||
- Goss's Wilt tolerant
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 9 |
|
||||
| Staygreen | 6 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 6 |
|
||||
| Harvest Appearance | 6 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 7 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Susceptible |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg42c37",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG42C37",
|
||||
"product_id": 1952,
|
||||
"hybrid_prefix": "LG42C37",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "92",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"DuracadeViptera™"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"DuracadeViptera™"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Excellent emergence",
|
||||
"Goss's Wilt tolerant"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG42C37"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:03.299826+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG42C37
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 92
|
||||
- **Traits:** DuracadeViptera™
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG42C37
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Excellent emergence
|
||||
- Goss's Wilt tolerant
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Moderately Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg42c80",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG42C80",
|
||||
"product_id": 2022,
|
||||
"hybrid_prefix": "LG42C80",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "92",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent commercial look",
|
||||
"Excels in high populations",
|
||||
"Strong stalk & roots"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Susceptible"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG42C80"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:39.322447+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG42C80
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 92
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG42C80
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent commercial look
|
||||
- Excels in high populations
|
||||
- Strong stalk & roots
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 7 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 7 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 7 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Moderately Susceptible |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | 8 |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg43c50",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG43C50",
|
||||
"product_id": 2834,
|
||||
"hybrid_prefix": "LG43C50",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "93",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend",
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent emergence",
|
||||
"Excellent commercial look",
|
||||
"Responds well to high management"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG43C50"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:51.304911+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG43C50
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 93
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend, Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG43C50
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent emergence
|
||||
- Excellent commercial look
|
||||
- Responds well to high management
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 7 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | -- |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg44c27",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG44C27",
|
||||
"product_id": 1948,
|
||||
"hybrid_prefix": "LG44C27",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "94",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"SmartStax® RIB Complete® Corn Blend",
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"SmartStax® RIB Complete® Corn Blend",
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Good drydown",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "Pigment inhibitors not recommended"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG44C27"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:01.303664+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG44C27
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 94
|
||||
- **Traits:** SmartStax® RIB Complete® Corn Blend, VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG44C27
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Good drydown
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 9 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 8 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 9 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 9 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 8 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | -- |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 6 |
|
||||
| Herbicide Interaction | Pigment inhibitors not recommended |
|
||||
| Tar Spot | Moderately Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | 8 |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg46c57",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG46C57",
|
||||
"product_id": 2023,
|
||||
"hybrid_prefix": "LG46C57",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "96",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"Conventional"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"Conventional"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Top-end yield potential",
|
||||
"Excellent emergence",
|
||||
"Superior plant health"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "Moderately Tolerant"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "Moderate"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG46C57"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:40.328557+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG46C57
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 96
|
||||
- **Traits:** Conventional
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG46C57
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Top-end yield potential
|
||||
- Excellent emergence
|
||||
- Superior plant health
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 7 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 7 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 8 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 7 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 9 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 6 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 8 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 7 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | Moderately Tolerant |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | Moderate |
|
||||
| Anthracnose | 8 |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg46c85",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG46C85",
|
||||
"product_id": 2835,
|
||||
"hybrid_prefix": "LG46C85",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "96",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Excellent emergence",
|
||||
"Reliable across multiple environments",
|
||||
"Drought tolerant"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "--"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG46C85"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:32:52.315767+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG46C85
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 96
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG46C85
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Excellent emergence
|
||||
- Reliable across multiple environments
|
||||
- Drought tolerant
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 9 |
|
||||
| Greensnap | 8 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 7 |
|
||||
| Drought Tolerance | 9 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 6 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 8 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 8 |
|
||||
| Marginal Soil | 8 |
|
||||
| Productive Soil | 9 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 6 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 7 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | -- |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | -- |
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"source": "lg_seeds",
|
||||
"source_key": "lg-lg47c12",
|
||||
"vendor": "AgReliant Genetics",
|
||||
"brand": "LG Seeds",
|
||||
"product_name": "LG47C12",
|
||||
"product_id": 2878,
|
||||
"hybrid_prefix": "LG47C12",
|
||||
"hybrid_suffix": null,
|
||||
"crop": "corn",
|
||||
"release_year": null,
|
||||
"relative_maturity": "97",
|
||||
"maturity_group": null,
|
||||
"fall_dormancy": null,
|
||||
"wheat_class": null,
|
||||
"trait_stack": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"trait_descriptions": [
|
||||
"VT Double Pro® RIB Complete® Corn Blend"
|
||||
],
|
||||
"positioning_statement": null,
|
||||
"strengths": [
|
||||
"Responds well to high management",
|
||||
"Top-end yield potential",
|
||||
"Excels in low populations"
|
||||
],
|
||||
"characteristics_groups": [
|
||||
{
|
||||
"label": "CHARACTERISTICS",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Early Vigor",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Greensnap",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drydown",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Staygreen",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Drought Tolerance",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Test Weight",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Harvest Appearance",
|
||||
"value": "8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "MANAGEMENT",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Low Populations",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Medium Populations",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "High Populations",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"characteristic": "Marginal Soil",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"characteristic": "Productive Soil",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"characteristic": "Continuous Corn",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DISEASE TOLERANCE",
|
||||
"type": "bars",
|
||||
"items": [
|
||||
{
|
||||
"characteristic": "Northern Leaf Blight",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Leaf Blight",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Gray Leaf Spot",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"characteristic": "Herbicide Interaction",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Tar Spot",
|
||||
"value": "MT"
|
||||
},
|
||||
{
|
||||
"characteristic": "Southern Rust",
|
||||
"value": "--"
|
||||
},
|
||||
{
|
||||
"characteristic": "Fungicide Response",
|
||||
"value": "High"
|
||||
},
|
||||
{
|
||||
"characteristic": "Anthracnose",
|
||||
"value": "7"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_scale_direction": "1-9 (9 = best)",
|
||||
"regional_recommendations": [],
|
||||
"image_url": null,
|
||||
"source_urls": [
|
||||
"https://www.lgseeds.com/products/corn/LG47C12"
|
||||
],
|
||||
"sitemap_last_modified": null,
|
||||
"fetched_at": "2026-05-26T16:33:08.306464+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# LG47C12
|
||||
|
||||
- **Vendor:** AgReliant Genetics
|
||||
- **Brand:** LG Seeds
|
||||
- **Crop:** Corn
|
||||
- **Relative maturity:** 97
|
||||
- **Traits:** VT Double Pro® RIB Complete® Corn Blend
|
||||
- **Source:** https://www.lgseeds.com/products/corn/LG47C12
|
||||
- **Rating scale (LG Seeds):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Strengths
|
||||
|
||||
- Responds well to high management
|
||||
- Top-end yield potential
|
||||
- Excels in low populations
|
||||
|
||||
## Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Early Vigor | 8 |
|
||||
| Greensnap | 9 |
|
||||
| Drydown | 8 |
|
||||
| Staygreen | 8 |
|
||||
| Drought Tolerance | 9 |
|
||||
| Test Weight | 7 |
|
||||
| Harvest Appearance | 8 |
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Low Populations | 9 |
|
||||
| Medium Populations | 8 |
|
||||
| High Populations | 7 |
|
||||
| Marginal Soil | 9 |
|
||||
| Productive Soil | 8 |
|
||||
| Continuous Corn | 7 |
|
||||
|
||||
## Disease Tolerance
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| Northern Leaf Blight | 6 |
|
||||
| Southern Leaf Blight | -- |
|
||||
| Gray Leaf Spot | 6 |
|
||||
| Herbicide Interaction | -- |
|
||||
| Tar Spot | MT |
|
||||
| Southern Rust | -- |
|
||||
| Fungicide Response | High |
|
||||
| Anthracnose | 7 |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user