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

Enable loading TIFF with float or 32 bits #228

Merged
merged 5 commits into from
Jun 4, 2024
Merged

Conversation

paskino
Copy link
Contributor

@paskino paskino commented Mar 1, 2024

Only TIFFs with char and shorts are handled correctly.

This PR allows the user to load non char/short int or float TIFF files.
In case of floats these will be rescaled to the full short range.

@DanicaSTFC DanicaSTFC self-requested a review April 11, 2024 09:02
@DanicaSTFC
Copy link
Contributor

@paskino can you link the data to test this please?

@DanicaSTFC DanicaSTFC added this to the Version 24.0.0 milestone May 2, 2024
@DanicaSTFC DanicaSTFC assigned DanicaSTFC and paskino and unassigned DanicaSTFC May 22, 2024
src/idvc/dvc_runner.py Show resolved Hide resolved
@paskino paskino requested a review from DanicaSTFC June 3, 2024 16:26
@DanicaSTFC DanicaSTFC merged commit dc62579 into master Jun 4, 2024
3 checks passed
@DanicaSTFC DanicaSTFC deleted the non_int_tiff branch June 4, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants