- Update
checklist
machinery. - Release action works with multiple lines in a message.
import_observations()
requires an id for every record.
get_cluster()
returns the id of the observations. This allows the user to rematch the observations with other data.simulate_observation()
gains an id variable.cluster_observation()
gains areset
argument.
cluster_observation()
is much faster. Clustering tens of thousands observations now takes only minutes instead of hours.import_observations()
returns an error when the diagonal of the bounding box is smaller thanmax_dist
. This should catch situations when providing coordinates in decimal degrees instead of projected coordinates.
- Added
import_observations()
. - Added
distance_matrix()
. - Added
cluster_observation()
. - Added
get_cluster()
.
- Added
simulate_observations()
.