Description Usage Arguments Value References See Also
Imports data from GeoJSON files into Spark DataFrames.
1 2 | spark_read_geojson(sc, name, path, magellanIndex = TRUE,
magellanIndexPrecision = 30L, ...)
|
sc |
|
name |
The name to assign to the newly generated table (see also
|
path |
The path to the GeoJSON file. This may be a local path or an HDFS path. |
magellanIndex |
|
magellanIndexPrecision |
|
... |
Additional arguments passed to |
A tbl_spark
which provides a dplyr
-compatible reference to a
Spark DataFrame.
https://github.com/harsha2010/magellan http://geojson.org/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.