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

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

Open
letmaik opened this issue Feb 24, 2016 · 0 comments
Open

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

letmaik opened this issue Feb 24, 2016 · 0 comments

Comments

@letmaik
Copy link
Contributor

letmaik commented Feb 24, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant