You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: