AI Summary: The current file saving mechanism in `movement` raises a `FileExistsError` if the target file already exists, which the user finds frustrating when re-running code. This behavior deviates from common library practices where files are typically overwritten by default. The request is to change the default behavior to overwrite existing files instead of raising an error, aligning with user expectations.
A Python toolbox for analysing animal body movements across space and time