Releases: wolfeclw/circleclust
Releases · wolfeclw/circleclust
v3.2
v3.1
This version includes major bug fixes and a restructuring of imputing functions:
- Fixed bug preventing GPS coordinates from being imputed if the maximum distance between GPS lapses exceeded the distance threshold
- Coordinates are imputed by GPS lapse, and function output includes the number and description of lapses which were not imputed based on distance
impute_timenew argument ('fill_cols = ' ') to specify columns with a unique value which can be carried forward for new rows- Fix bug causing open lapse coordinates to be imputed if the number of missing coordinates was below the threshold ('open_lapse_length')
- Rewriting of
impute_coordsto be more succinct and efficient
v3.0
- add new function
filter_time() - bug fixes for
dt_aggregate(),impute_coords(),get_places(),merge_clusters() - cluster grouping column output by
circleclust()has been renamed to 'sp_temporal_cluster` to clarify that coordinates are grouped according to both space and time. merge_clusters()creates the columnspatial_clusterto designate spatial cluster groupings- calling
merge_clusters()on a data frame with one cluster no longer creates an error, but produces a warning - calling
get_places()on merged clusters now shows beginning and ending times for each place, but produces a warning