Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Functions and new Distances functions #122

Merged
merged 28 commits into from Sep 30, 2020
Merged

Conversation

MCavalcante16
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project (see .code-style.md).
  • All new and existing tests passed (see .testing.md).
  • I have added tests to cover my changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly (see .documentation.md).

Description

  • What is the new behavior (if this is a feature change)?
    Query Functions (Range and KNN) and new Distances functions (Mean Euclidean Distance Predictive and Mean Euclidean Distance Trajectory)

Copy link
Collaborator

@mxaviersmp mxaviersmp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Em relação ao examples/#07 - Exploring Querys.ipynb:
É interessante colocar a fonte do dataset.
Faz o merge com a developer para pegar a modificação da função pra exibir multiplas trajetórias.

Em pymove.__init__.py, adicionar o novo módulo:

from .query import query

e em setup.py:

'pymove.preprocessing',
'pymove.query',
'pymove.semantic',

docs/references/pymove.rst Outdated Show resolved Hide resolved
pymove/query/query.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
pymove/utils/distances.py Outdated Show resolved Hide resolved
@MCavalcante16
Copy link
Contributor Author

MCavalcante16 commented Sep 28, 2020

Faz o merge com a developer para pegar a modificação da função pra exibir multiplas trajetórias.

Como é a função agora?
É so pra pegar a modificação dos marcadores de início e fim.
Também é bom reduzir o tamanho do dataframe. Ta demorando muito pra executar o notebook de exemplo.

@mxaviersmp mxaviersmp merged commit 1ab6602 into developer Sep 30, 2020
@mxaviersmp mxaviersmp deleted the trajectory-clusters branch September 30, 2020 22:13
mxaviersmp added a commit that referenced this pull request Oct 29, 2020
Query Functions and new Distances functions

Former-commit-id: d9dbeea97880ecd320b2d4b0e87c141f18565aeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants