Skip to content

Avoid forcing data type for image arrays #18

Open
@wronk

Description

@wronk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions