[oshdb-filter] add more geometry filters #311
Labels
enhancement
New feature or request
moved from gitlab
This issue is still relevant but the old repository is closed down. So please work on it here.
More advanced geometry-aware filters would be possible and perhaps useful to implement. Some examples:
length
&area
(already implemented)perimeter
→ [oshdb-filter] add additional geometry based filters #436vertices
(number of vertices of a line/polygon) → [oshdb-filter] add additional geometry based filters #436squareness:0.9
orshape:square(..0.9)
)todo: what definition of squareness should this be based on? ➡️ A Rectilinearity Measurement for Polygons ?
Some of the above are just ideas and would need to be discussed individually in detail: how are they defined? what comparison values / threshold can be applied?
Ideally, we would come up with a syntax what syntax which can be used somewhat universally for all/most of these.
The text was updated successfully, but these errors were encountered: