Skip to content

Should subsetByValue work on domain axes or CRS dimensions? #7

@letmaik

Description

@letmaik

The Coverage.subsetByValue operation is currently defined on domain axes having an ordering, which essentially means those that correspond directly to a CRS axis. This would make it impossible to subset things like MultiPoint/Polygon coverages based on coordinates. WCS defines value based subsetting strictly based on CRS dimensions, which may also be beneficial for tiling purposes. On the other hand, it is way more complicated to implement since it requires specific algorithms for taking apart (and combining it later again) a polygon for example.

I created this issue just so that we are aware of those differences, and in case we want to change the behaviour.

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