Ram Sriharsha
Ram Sriharsha
@mdbuck if you are implementing this, it might be good to follow the same approach as GeoJSON where one line of multi polygon results in multiple rows, one per polygon....
@mdbuck fair enough :), will create a PR with some tests and missing pieces for you to add in for this functionality... I should have time to put something together...
what format is the data stored in mysql as?
Thanks Simon, will review at earliest! > On Oct 27, 2015, at 11:38 AM, Simon Elliston Ball [email protected] wrote: > > This added simple support for the Float type in...
@simonellistonball , no need for an issue against this.. as soon as the code review is done and the test is in place, i can do a final pass and...
@bdgeise there is this bug I noticed and fixed a while back.. https://github.com/harsha2010/magellan/commit/aa9021eec14ccbdab4c90316ff9a7bf129873f8e not sure if that is related. let me try this on 1.0.5 branch and check today
@INRIX-Trang-Nguyen , magellan is not compatible with Spark 1.6 I am working on a release that is compatible with Spark 1.6 but since Spark 1.6 introduces a lot of changes...
can you add a test for the transform method of Polygon and I will pull the PR in once it passes
@danfran , we haven't added the distance measure to the API yet. It is in one of the branches and we will cut a new release within the next 3...
@jak2030 @pvanickova i haven't added this yet..nearest neighbor search is targeted for 1.0.6 (as it needs indexing to do this efficiently) I am working on nearest neighbor search this week,...