View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000815 | Heureka | .NET 8 Migration | public | 2026-05-15 13:12 | 2026-05-15 14:41 |
| Reporter | jonare | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Target Version | 3.0.0 | ||||
| Summary | 0000815: Add the field IsThinned to stand register | ||||
| Description | Currently a user can add the date for the last thinning in the field LastThinningDate. However, if a thinning has NOT been made the user can't stop the system from assuming a thinning HAS been made. See GetNumberOfThinnings(...) in ThinningGuidebase.cs Add a new field like "Thinned"/"IsThinned" to the stand register. Do not forget to update the Excel template and the wiki. If LastThinningData is set: the field IsThinned can/should be ignored and LastThinningData should be used. If LastThinningDate is missing and IsThinned is false or missing: Heureka should not infer that there is been thinnings. If LastThinningDate is missing and IsThinned is true: Heureka will assume 1 thinning has been made | ||||
| Additional Information | Especially relevant for the method GetNumberOfThinnings in ThinningGuidebase.cs: //Algorithm only works for SiteIndexSpecies Pine or Spruce in generation 0, RelativeAge > 0.4 and no historic treatments if (!heurekaGeneration && treatmentsBeforePeriod0 == 0 && relativeAge > 0.4 && (tUnit.SiteData.SiteIndexSpecies == SpeciesGroupCode.Pine || tUnit.SiteData.SiteIndexSpecies == SpeciesGroupCode.Spruce)) | ||||
| Tags | No tags attached. | ||||
| Product | General | ||||
| related to | 0000816 | new | Fix inference of historical thinnings |