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

/kiinteisto-*/features/v2 Advanced spatial filters according to OAPIF - Part 3 #6

Open
teezip opened this issue Mar 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@teezip
Copy link
Collaborator

teezip commented Mar 12, 2021

OGC API Features part1 defines "bbox" filter based on WGS 84. Part2 defines "crs" and "bbox-crs" parameters, and how to support also other coordinate systems than WGS 84 both for bbox queries and outputting geometry coordinates on responses.

BETA 1 (2021-03) as described on #3 supports these capabilities.

However there are use cases where more complex spatial filters are needed:

  • point
  • point with radius
  • linestring
  • line string with buffer (distance from line)
  • polygon
  • polygon with buffer (distrance from outer ring of polygon)

OGC API - Features - "Part 3: Filtering and the Common Query Language (CQL)" defines also support for advanced spatial filters. This part is currently on request-for-comments phase (comments due 2021-04-19, see https://www.ogc.org/pressroom/pressreleases/4406), not yet final, however a preliminary would be beneficial also on Cadastre OGC API Features BETA 2 release.

@teezip teezip added the enhancement New feature or request label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant