-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/color bar #121
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
Merged
Merged
Feat/color bar #121
Changes from 12 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
9c2aca1
fix(colorbar): simplifying attribute protocols
MaxNumerique 13eec4a
fixing tests with workflow
MaxNumerique b6be71c
Apply prepare changes
MaxNumerique 69083aa
rm comments
MaxNumerique 3086f1a
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 2510cfc
rm com
MaxNumerique 16a8fe8
test scalar_range comparison
MaxNumerique 6eaa40a
coms
MaxNumerique ac8183b
update mesh color map schemas to use flattened point arrays and remov…
MaxNumerique bbffeb3
Apply prepare changes
MaxNumerique 4f09594
refacto scalar range and color map setup by integrating lookup table
MaxNumerique 0afbe7e
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 540e4ca
minimum adn maximum added to setupColorMap
MaxNumerique 7460325
Apply prepare changes
MaxNumerique d89007a
fixed schemas
MaxNumerique 5abce2a
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 3411729
Apply prepare changes
MaxNumerique 89fe79b
missed this one
MaxNumerique a36e482
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 9b90ac5
Apply prepare changes
MaxNumerique dea10d7
removedAllPoints not needed
MaxNumerique e9d071d
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 421fc92
new architecture
MaxNumerique 04a8862
Apply prepare changes
MaxNumerique 66ad44c
new architecture for attributes
MaxNumerique 4f6cd7c
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique f1500af
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWe…
MaxNumerique dfc7831
Apply prepare changes
MaxNumerique ddf89cb
rm this ?
MaxNumerique 59413a5
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 53c3800
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWe…
MaxNumerique f4273b8
Apply prepare changes
MaxNumerique 4619214
rm unecessary rpcs from cells_protocols
MaxNumerique 5aa1435
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
MaxNumerique 65a335a
tests cells
MaxNumerique 3cc448b
new architecture for tests
MaxNumerique aeddd92
pyproject.toml
MaxNumerique 0c1272e
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWe…
JulienChampagnol 8f59dac
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
JulienChampagnol 842e3fd
Apply prepare changes
JulienChampagnol 775ff21
tests okay
JulienChampagnol 9bd6766
Merge branch 'feat/color-bar' of https://github.com/Geode-solutions/O…
JulienChampagnol 202839a
Apply prepare changes
JulienChampagnol cb336b5
test
JulienChampagnol 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 |
|---|---|---|
|
|
@@ -61,4 +61,3 @@ wslink==1.12.4 | |
| yarl>=1 | ||
| # via aiohttp | ||
|
|
||
| opengeodeweb-microservice==1.*,>=1.0.13rc1 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.