Opened 10 years ago
Closed 10 years ago
#3040 closed enhancement (fixed)
N-dimensional KNN support
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | |
Keywords: | history | Cc: |
Description
This ticket is to provide an ND distance operator making use of an ND index. Simple euclidean distance is good enough for a start.
Given we have &&& for nd-intersect, I was thinking we could use <<->> for nd-distance.
Change History (3)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In progress: https://github.com/postgis/postgis/pull/34