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

GeoJSON allows for multi-dimensional coordinates, GeoCouch only two-dimenstional #3

Open
berb opened this issue Jul 16, 2010 · 2 comments
Labels

Comments

@berb
Copy link

berb commented Jul 16, 2010

It would be nice if GeoCouch would also accept and work with multi-dimensional coordinates. Would this be much work?

@vmx
Copy link
Owner

vmx commented Jul 16, 2010

Hard-coding to 2 dimensions make things really easy, often pattern matching can be used. I like to implement multi-dimensions in the future. So it is a fair amount of work.

I will probably tackle it once I replace the current R-Tree algorithm (Ang/Tan linear split) with the RR*-Tree. So don't expect it to happen soon.

@berb
Copy link
Author

berb commented Jul 16, 2010

Sounds good. This would even allow to misuse GeoCouch for data mining related stuff like finding related items based on features. Each feature must be measured numerically and placed in the multidimensional space. By starting a bounding box search around the position of a given item and measuring the distance between the search matches and the original one, a weighted list of similar items could be gathered.

vmx pushed a commit that referenced this issue Jul 15, 2013
Changing "Install as Couchapp" instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants