-
Notifications
You must be signed in to change notification settings - Fork 187
Add ChainInterpolationQuery #110
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
Open
pavlov061356
wants to merge
48
commits into
golang:master
Choose a base branch
from
pavlov061356:ft/s2/add_chain_interpolation_query
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
d13cf4f
udpated Chain method impls
pavlov061356 e3b5644
added required functions and starting to write tests
pavlov061356 86ce61b
adding tests
pavlov061356 843e2d9
updating tests
pavlov061356 984d3f1
finished SimplePolylines test
pavlov061356 6d9b45f
finished with tests && fixing
pavlov061356 d5e1fb8
testing + fixing
pavlov061356 18c8000
finished with ChainINtepolationQueryTest
pavlov061356 95e8284
fixed PointVector Chain method
pavlov061356 d95a469
renamed InitChainInterpolationQuery
pavlov061356 3046c85
added docs
pavlov061356 665d021
typo
pavlov061356 bab758c
TestSlice update
pavlov061356 ded5834
updated TestChains
pavlov061356 94c0548
TestGetLengthAtEdgePolyline updated
pavlov061356 c052091
TestGetLengthAtEdgePolygon updated
pavlov061356 1a40a64
TestSimplePolylines updated
pavlov061356 47bb065
added SliceDivided
pavlov061356 409019d
add calculateDivisionsByEdge method
pavlov061356 3756e6b
starting to add benchmark on calculateDivisionsByEdge
pavlov061356 ad17ebc
adding tests for start and end edge ids for calculateDivisionsByEdge
pavlov061356 e6eb2de
updating SliceDivided
pavlov061356 c42b6ff
fixed & finished with ChainInterpolationQuery.AddSliceDivided
pavlov061356 c9f97d5
remove unused
pavlov061356 2ffcfa6
additional test
pavlov061356 9ca2a9b
try to rename module
pavlov061356 6bdb0c2
testing fix for overfill of SliceDivided
pavlov061356 dcffae9
testing fix for overfill of SliceDivided
pavlov061356 d57db6b
refactoring
pavlov061356 0119655
updated with non emptu slice
pavlov061356 8f84d8d
Merge branch 'ft/s2/add_chain_interpolation_query'
pavlov061356 b86616f
add benchmark on slice divided
pavlov061356 e9400b5
add benchmark results
pavlov061356 c5a9edf
updated alloc rate
pavlov061356 ea1220a
optimized memory allocation
pavlov061356 785e252
Merge branch 'ft/add_benchamarks'
pavlov061356 d02b7e1
add benchmark
pavlov061356 d398ea8
Update README.md
pavlov061356 cd9bd72
udpated length check
pavlov061356 fc6dc25
refactored filling divided slice
pavlov061356 d6fc39f
fixed reverse in SliceDivided
pavlov061356 e711090
updated to point with fraction to SliceDivided
pavlov061356 75f9537
Merge branch 'master' into ft/s2/add_chain_interpolation_query
pavlov061356 54d58af
slice divided update
pavlov061356 dcb138f
Merge branch 'master' into ft/s2/add_chain_interpolation_query
pavlov061356 7ea6a4b
review update
pavlov061356 7cfaa88
review updates
pavlov061356 b68cc23
package name fix
pavlov061356 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/golang/geo | ||
module github.com/pavlov061356/geo | ||
|
||
go 1.21 | ||
|
||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're changing every file, which makes it hard to see where the real changes are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it