Ram Sriharsha

Results 46 comments of Ram Sriharsha

This is a feature we are working for for 1.0.6 It's targeted mid November

@romuloconcalves , thanks I am indeed looking at creating secondary indices ... there have been similar work in secondary indices for graph frames etc and I am evaluating a good...

yes, we don't have support for 3D geometry yet

@JoshRosen this would be awesome and super important to have.

thanks @Jonathan-Choi , will take a look. I wasn't expecting this code path to be hit, technically the shape file spec allows for a null shape but didn't expect any...

@JonMcPherson , is it enough to expose the intersection ,union and difference as polygons /polygon collections? If there is enough interest we can definitely prioritize this

@JonMcPherson since you have already ported the code into Scala, would you like to contribute this feature to Magellan? I can help you orchestrate that code into Magellan so it...

i haven't made Magellan available as a maven package yet. it is only a spark package... happy to make it available in maven central if there is enough demand. can...

@nyitzkj1992 can you try p.getX instead of p.x and similarly p.getY instead of p.y? I have removed public access to the fields to make it easier to change the data...

what are you trying to transform? are you trying the uber example in Magellan or something else? can you attach the entire code?