Skip to content

Commit 99e69ca

Browse files
committed
📝 Update NEWS
1 parent 82ae7fe commit 99e69ca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎NEWS.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# territoria 0.1.0
22

3+
* `import_observations()` splits surveys with clearly distinct groups of
4+
observations into multiple surveys.
5+
This is done by clustering the observations and checking if the clusters are
6+
too far apart.
7+
It also requires to provide a user and region id.
8+
* `edge_distribution()` return the length of the edges of a Delaunay
9+
triangulation on the observations per survey.
10+
* Add `unlikely_survey_area()`, `unlikely_status()` and
11+
`unlikely_edge_distribution()` to detect surveys which are unlikely done
12+
according to the sampling protocol.
13+
* `distance_matrix()` ignores observations from unlikely surveys.
14+
Hence `cluster_observation()` will ignore them during the clustering and
15+
`get_cluster()` ignores them.
16+
* `get_total()` return the total number of individuals per region based on the
17+
clustering.
18+
* `get_unlikely_summary()` and `get_unlikely_observation()` returns the unlikely
19+
surveys and observations.
320
* Update [`checklist`](https://inbo.github.io/checklist/) machinery.
421

522
# territoria 0.0.3

0 commit comments

Comments
 (0)