Skip to content

Improvements thin_observations #81

@mhesselbarth

Description

@mhesselbarth

I already fixed quite a few bugs in thin_observations and streamlined the code which should make moving forward easier (14b2e52).

Further improvements:

  1. Use minpoint is still confusing in terms of language I think. To me, this implies there is a chance also more points could remain in a cell/zone. However, this is not the case. If a cell/zone is sampled that is the fixed number of points that remains in the cell.
  2. The upper limit of totake depends on the minimum point count per cell. However, in the environmental and zone method the sampling is done on a much larger scale. Thus, in this case it owuld be nice to use the minimum count per zone instead?
  3. The weighting by bias value doesn't really make sense cause the sampling is grouped by cell, i.e., all weights are exactly the same anyhow.
  4. I started to implement a spatial option, but similar as for the bias all intensity weights will actually be the same cause grouping by cell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Quality of lifeQuality of life improvementimprovementSmaller improvements to existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions