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

Support for polygon-based subsetting #6

Open
jerstlouis opened this issue Apr 27, 2024 · 0 comments
Open

Support for polygon-based subsetting #6

jerstlouis opened this issue Apr 27, 2024 · 0 comments

Comments

@jerstlouis
Copy link
Member

From Testbed 19 GDC ER Critical Feedback:

  1. OGC API - Coverages does not allow for polygon-based subsetting

That is possible with OGC API - Coverages - Part 2: Filtering, deriving fields, aggregation and convolution, using a CQL2 filter with S_INTERSECTS and a POLYGON geometry, as described in the ER in section 5.1.2.6. Future work: geometry intersections, spatial joins, aggregation and convolution:

filter=S_INTERSECTS(rec.cells, POLYGON((-109 64.39894807, -61.25 64.39894807,-61.25 76.7652818, -109 76.7652818, -109 64.39894807)))

The reason no draft document for Part 2 exists yet is only because we are trying to focus on finalizing Part 1, but if it would be useful to raise awareness of these envisaged capabilities, maybe we should really create a draft document that can evolve in parallel.

NOTE: OGC API - EDR queries also support this use case. Most EDR queries are likely mappable to such an OGC API - Coverages request with a CQL2 filter.

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