-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of code responsible for translating to/from CellType defi…
…nitions and string representations, particularly for JSON serialization. Addresses issues outlined in #2166, where specific NoData values that are negative, or ones for unsigned CellTypes that overflow JVM native encodings (e.g. uint8ud255). As a part of the refactoring, expanded the tests around edge cases associated with numeric bounds. The only public API change is the addition of the method `UserDefinedNoData.widenedNoData`. Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
- Loading branch information
Showing
4 changed files
with
222 additions
and
144 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
Oops, something went wrong.