Open
Conversation
sfalquier
suggested changes
Nov 4, 2021
Contributor
sfalquier
left a comment
There was a problem hiding this comment.
This document has to be linked somewhere (README.md or jupyter notebook)
|
|
||
| ----------------- | ||
|
|
||
| **Geopoint**: Observation of an object at a given time. The observation contains its location but can also contain information about the object and its dynamics. |
Contributor
There was a problem hiding this comment.
information about the object = metadata ?
|
|
||
| **Geopoint**: Observation of an object at a given time. The observation contains its location but can also contain information about the object and its dynamics. | ||
|
|
||
| **Fragment**: A fragment corresponds to the vessel information between two time. It has a duration, a travelled distance, a travel geometry and many other information. Basic fragments correspond to the intervalle between two consecutive raw geopoints. Fragments can later be merged together to create single longer fragment. |
Contributor
There was a problem hiding this comment.
between two time : between two observations ? between two time stamped positions ?
| **Moving State**: Whether the object is STILL or MOVE | ||
|
|
||
| **STILL** : Tag attributed to a fragment where the object is not moving | ||
|
|
Contributor
There was a problem hiding this comment.
indented bullet list here ?
|
|
||
| ------------------ | ||
|
|
||
| **Stop**: Sequence of consecutive not moving fragments (tagged STILL) with a total duration greater than a given threshold (10 minutes by default). |
Contributor
There was a problem hiding this comment.
Isn't the 10 minutes configurable ? In that case, don't let think it is hardcoded and just talk about a configurable threshold.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First draft of glossary