Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions gps-relocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ useful for analysis: the original absolute location is replaced and is not
stored in the relocated file, so it cannot be reverse engineered from the
relocated log alone.

## Visual Example

The original log below contains a flight path near Trujillo, Extremadura,
Spain. After relocation, the same path shape appears near Mount Abu, Rajasthan,
India.

Original log:

![Original flight path near Trujillo, Extremadura, Spain](images/original-1.png)

Relocated log:

![Relocated flight path near Mount Abu, Rajasthan, India](images/relocated-1.png)

The loop shape and relative movement are preserved, while the original absolute
location is removed from the shared log.

## Requirements

- Python 3.10 or newer
Expand Down
Binary file added gps-relocation/images/original-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gps-relocation/images/relocated-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading