-
Notifications
You must be signed in to change notification settings - Fork 697
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
[SEDONA-355] Add RS_BandPixelType #961
Merged
jiayuasu
merged 29 commits into
apache:master
from
iGN5117:develop_Nilesh_BandPixelType
Aug 12, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9944bd1
Refactor AddBandAsArray to expose adding a custom noDataValue
iGN5117 44c2129
Refactor RS_AddBandFromArray to allow adding, editing and removing no…
iGN5117 ed15df5
Added a new raster tiff with noDataValues
iGN5117 132a321
Slightly change test since there are multiple rasters inside raster f…
iGN5117 3167952
Fix mistake
iGN5117 d93f6b7
Add acutal tiff image
iGN5117 c25bb5e
Fix accidental push
iGN5117 f9f776d
Refactored code with comments to enhance readability
iGN5117 5d7082f
Fix mistake in testing
iGN5117 9471cde
change location of test5.tiff to fix failing tests
iGN5117 b6ec079
Merge branch 'sedona-master' into develop_Nilesh_AddBand_Refactor
iGN5117 d1cbff1
Add RS_BandNoDataValue
iGN5117 16b0614
start bandPixelType
iGN5117 9faf105
Add no nodatavalue example in docs
iGN5117 92bb000
Merge branch 'sedona-master' into develop_Nilesh_BandNoDataValue
iGN5117 f312dc2
fix filepath name for tests
iGN5117 9f1d49b
rename test file
iGN5117 29350a6
Revert "fix filepath name for tests"
iGN5117 0b8b807
Merge branch 'sedona-master' into develop_Nilesh_BandNoDataValue
iGN5117 65f3542
Merge branch 'develop_Nilesh_BandNoDataValue' into develop_Nilesh_Ban…
iGN5117 9b04fbd
Add docs for RS_BandNoDataValue
iGN5117 c7e47ac
fix bug for short datatype in raster constructor
iGN5117 4601fba
add bandType to catalog
iGN5117 1cf1a95
Added bandType tests, optimized imports, centralized band checking in…
iGN5117 b5c9ef0
Merge branch 'develop_Nilesh_BandNoDataValue' into develop_Nilesh_Ban…
iGN5117 efc9cc5
Updated bandNoDataValue docs and tests to include band index in excep…
iGN5117 5376579
Add docs for RS_BandPixelType
iGN5117 84a95eb
Merge branch 'sedona-master' into develop_Nilesh_BandPixelType
iGN5117 0bb8e0c
re-added license
iGN5117 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 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
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
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.
Do you need to update the MakeEmptyRaster doc?
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.
No the doc is correct, there was a bug in the code