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

Avoid forcing data type for image arrays #18

Open
wronk opened this issue Jan 16, 2018 · 0 comments
Open

Avoid forcing data type for image arrays #18

wronk opened this issue Jan 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@wronk
Copy link
Contributor

wronk commented Jan 16, 2018

In some places we force the dtype to be uint8 (i.e., integer on interval [0-255]). See package.py for an example.

In some situations, we might want to package tifs or raw satellite imagery where the data either isn't made up of integers or doesn't fall on this [0, 255] range. For example, it might be pre-scaled from [0-1] or extend beyond the standard range of RGB vals.

@drewbo drewbo added the enhancement New feature or request label Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants