Add ScalarCodec, ValueMaskCodec and Read Conversion#2196
Open
danrbailey wants to merge 3 commits intoAcademySoftwareFoundation:feature/io4from
Open
Add ScalarCodec, ValueMaskCodec and Read Conversion#2196danrbailey wants to merge 3 commits intoAcademySoftwareFoundation:feature/io4from
danrbailey wants to merge 3 commits intoAcademySoftwareFoundation:feature/io4from
Conversation
669b2ef to
9fbfc8e
Compare
Signed-off-by: Dan Bailey <danbailey@ilm.com>
…l/mask Signed-off-by: Dan Bailey <danbailey@ilm.com>
Signed-off-by: Dan Bailey <danbailey@ilm.com>
9fbfc8e to
94e20c0
Compare
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.
This adds new codecs for handling all integer, vector and valuemask codecs. It also provides options for read conversion (reading a FloatGrid as a HalfGrid for example).
There is also a small change to the TreeIterator to be able to support using it with MaskGrids (669b2ef).
There are new unit tests and all existing unit tests have been updated to use these codecs where applicable.