A 3D+ point is a point with latitude, longitude, elevation, and time components.
A 3D+ vector describes the angle and magnitude of the difference between two 3D+ points.
A route is a series of 3D+ points which connect to form a continuous path.
| # Download Spark 1.4 from http://spark.apache.org/downloads.html | |
| # | |
| # Download the nyc flights dataset as a CSV from https://s3-us-west-2.amazonaws.com/sparkr-data/nycflights13.csv | |
| # Launch SparkR using | |
| # ./bin/sparkR --packages com.databricks:spark-csv_2.10:1.0.3 | |
| # The SparkSQL context should already be created for you as sqlContext | |
| sqlContext | |
| # Java ref type org.apache.spark.sql.SQLContext id 1 |
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@mbostock/epicyclic-gearing |