Skip to content

Instantly share code, notes, and snippets.

@Hugheym
Created April 27, 2020 12:01
Show Gist options
  • Select an option

  • Save Hugheym/3d53a627331fc8532abed2aa19bec334 to your computer and use it in GitHub Desktop.

Select an option

Save Hugheym/3d53a627331fc8532abed2aa19bec334 to your computer and use it in GitHub Desktop.
val h3PickupStatsWithHex = h3PickupStats
.withColumn("pickupH3Lats", h3ToGeoLatBoundary(col("h3_pickup")))
.withColumn("pickupH3Lons", h3ToGeoLonBoundary(col("h3_pickup")))
h3PickupStatsWithHex.createOrReplaceTempView("h3PickupStatsWithHex")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment