I already fixed quite a few bugs in thin_observations and streamlined the code which should make moving forward easier (14b2e52).
Further improvements:
- 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.
- 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?
- 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.
- 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.
I already fixed quite a few bugs in
thin_observationsand streamlined the code which should make moving forward easier (14b2e52).Further improvements:
minpointis 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.totakedepends on the minimum point count per cell. However, in theenvironmentalandzonemethod 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?spatialoption, but similar as for thebiasall intensity weights will actually be the same cause grouping by cell.