Skip to content
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

Fix 2166 #2171

Merged
merged 6 commits into from
May 2, 2017
Merged

Fix 2166 #2171

merged 6 commits into from
May 2, 2017

Conversation

metasim
Copy link
Member

@metasim metasim commented Apr 28, 2017

Refactoring of code responsible for translating to/from CellType definitions
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.

…user defined CellTypes.

Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
…nitions

and string representations, particularly for JSON serialization. Addresses issues
outlined in locationtech#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>
Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
Found by @mteldridge

Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
… actual TIFF file.

Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
@lossyrob lossyrob added this to the 1.1 milestone May 2, 2017
@lossyrob lossyrob merged commit c553793 into locationtech:master May 2, 2017
@metasim metasim deleted the fix-2166 branch May 2, 2017 16:26
@lossyrob lossyrob mentioned this pull request May 9, 2017
@metasim metasim restored the fix-2166 branch August 22, 2017 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants