Elk: Public vs private.
Track success rates, harvest totals, hunter counts, and days hunted by year and unit, with links back to the original ODFW reports.
Chart
Year-over-year view
{{ selectedUnits.length || 'All' }}
{{ selectedUnits.length === 1 ? 'unit selected' : 'units selected' }}
Comparison table
Yearly aggregates
Filtered to {{ selectedUnits.join(', ') }}.
| Year | Method | Hunters | Days hunted | Harvest | Success | Rows |
|---|---|---|---|---|---|---|
| {{ row.year }} | {{ row.methodLabel || labelMethod(row.method) }} | {{ formatNumber(row.hunters) }} | {{ formatNumber(row.daysHunted) }} | {{ formatNumber(row.harvestTotal) }} | {{ row.successRate === null ? '-' : row.successRate + '%' }} | {{ row.huntCount }} |
Unit research
Top rows by selected metric
| Hunt | Unit | Hunters | Days | Harvest | Success | Source |
|---|---|---|---|---|---|---|
| {{ row.huntNumber || row.methodLabel || row.method }} {{ row.huntName }} |
{{ row.unit || row.zone || '-' }} | {{ formatNumber(row.hunters) }} | {{ formatNumber(row.daysHunted) }} | {{ formatNumber(row.harvestTotal) }} | {{ row.successRate === null ? '-' : row.successRate + '%' }} | PDF p. {{ row.sourcePdfPage }} |