File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# territoria 0.1.0
2
2
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.
3
20
* Update [ ` checklist ` ] ( https://inbo.github.io/checklist/ ) machinery.
4
21
5
22
# territoria 0.0.3
You can’t perform that action at this time.
0 commit comments