A Nearest Neighbor Query in Time-Dependent Road Networks - MDM#20
Open
mirlabraga wants to merge 86 commits intoInsightLab:masterfrom
Open
A Nearest Neighbor Query in Time-Dependent Road Networks - MDM#20mirlabraga wants to merge 86 commits intoInsightLab:masterfrom
mirlabraga wants to merge 86 commits intoInsightLab:masterfrom
Conversation
…o da função das arestas. Concluido Entrada Database.
…lasse de conexão.
…resta de um grafo dependente do tempo.
…raph. Data taxi is of Taxi Simples.
Compare solution of the RNN.
proposed solution to the problem of the nearest taxi. Solutions includes unit testing and comparison between class solutions (with synthetic and real graph).
Long getNodeId(int latitude, int longitude). chance of the proteced to public. And add method public Set<Long> getPoiIds() with IDs Pois.
Returns random values within a range.
…nt, Edge edge). checks if a point is in a line.
…graphast-knn-reverse # Conflicts: # core/src/main/java/org/graphast/importer/GraphGeneratorGrid.java # core/src/main/java/org/graphast/importer/OSMDBImporter.java # core/src/main/java/org/graphast/model/Graph.java # core/src/main/java/org/graphast/model/GraphImpl.java # core/src/test/java/org/graphast/graphgenerator/GraphGenerator.java # core/src/test/java/org/graphast/graphgenerator/GraphGeneratorGridTester.java
core/db.properties
Outdated
| @@ -0,0 +1,11 @@ | |||
| # remoto - nuvem arida | |||
Contributor
There was a problem hiding this comment.
Acho que este arquivo não deveria aparecer. Não é genérico para o framework.
Collaborator
Author
There was a problem hiding this comment.
Arquivo removido
|
|
||
|
|
||
| <dependency> | ||
| <groupId>postgresql</groupId> |
Contributor
There was a problem hiding this comment.
evitar as dependências de banco no core.
talvez possamos pensar no projeto graphast-postgres para integração com o postgres e postgis.
uma interface genérica DAO poderia ficar no core.
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.
No description provided.