Skip to content

Way to distinguish between discrete or continuous data? #113

@jerstlouis

Description

@jerstlouis

Is there currently a GeoTIFF tag that can be used to tell whether data is discrete (e.g., categorical classification) or continuous (e.g., numerical quantity that can be interpolated)?

Typically discrete data will be stored using a 8-bit or 16-bit integer values with SAMPLEFORMAT_INT or SAMPLEFORMAT_UINT.

However, continuous data can also be stored in 16-bit integers where a multiplier has been applied (e.g., sentinel-2 EO bands).

If there is not currently such a tag or other mechanism to tell, this is a feature request for a future version of GeoTIFF.
This distinction is fundamental for the range of the OGC Coverages conceptual model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions