magellan
magellan copied to clipboard
Geo Spatial Data Analytics on Spark
Hi, the Wiki seems to have more info than the main page about the scala examples, but e.g. new Point no longer works, so it's outdated. Can you update it?
This is more a question rather than an issue. Is it possible to set up magellan and use the thrift server (that is usually comes with spark) to connect to...
Hi Ram, This is Jay. Finally I solved the previous issue by adding Magellan. before Point or Polygon. However, I ran into a new issue. That I want to follow...
Magellan currently works with Dataframes but not Datasets. This issue addresses the gap by providing efficient encoders to go between Dataframes and Datasets.
I know maggalen now supports reading straight from a file as sqlCtx.read.format("maggalen").load("path") but unfortunately my data is saved in the a mysql table. is there an option to read straight...
file size was stored in a Int. so we can not handle files with more than 2GB changed to a Long value
Hello, I am trying to run test command points.show() like in the introduction page but then spark stops working and exits spark-shell. Below is the whole log: **16/08/23 13:26:20 INFO...
Magellan seems to take the assumption that the string attributes in the .dbf file are always UTF-8 encoded. I am processing some files where this is not true, strings are...
Hello, I have been trying to use this library for standalone applications but I faced the problem of undefined `sc` context. When I run pyspark/scala with the package from command...
Hello, I use Magellan and Spark 1.6.2 First, about Polygon creation, let's take the following example in Python (simplified from the Wiki): square = [Point(1.0, 1.0), Point(1.0, -1.0), Point(-1.0, -1.0),...