-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added custom grid * Fixed missing IndexID * Changed index system parameter type * Fixed snapshot version in python * Passing IndexSystem instead of IndexSystemName * Updated python path loader * Fixed CustomIndexSystem polyfill for empty polygon * Fixed mosaic context h3 * Fixed mosaic unite tests for custom grid * Added K-ring and K-loop for custom grid * Fixed cell center offset for custom grid * Fixed lon lat order in custom grid * Fixed grid offset for cell geometries * Fixed KNN tests for custom grid * Fixed buffer radius custom grid * Reduced KNN iterations to speed up tests * Fixed python test * Fixed python import * Changed custom grid conf structure * Fixed unit tests for custom grid * Refactored IndexSystemFactory * Fixed unit test for KNN * Added custom grid for python * Fixed R bindings for custom grid * Updated docs for custom grid * Updated docs for custom grid * Fix KNN tests. * Fixed index Y splits * Fixed index KNN resolution * Fixed double build for feature branch * Fixed grid root cell size calculation * Fixed Ring Neighbours tests * Merge main and fix conflicts. --------- Co-authored-by: milos.colic <[email protected]>
- Loading branch information
Showing
63 changed files
with
989 additions
and
383 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -3,9 +3,7 @@ on: | |
push: | ||
branches: | ||
- "scala/" | ||
pull_request: | ||
branches: | ||
- "scala/" | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
|
This file contains 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 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 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 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 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 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.