Created
April 27, 2020 12:01
-
-
Save Hugheym/3d53a627331fc8532abed2aa19bec334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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