gregleleu commented on issue #1827: URL: https://github.com/apache/sedona/issues/1827#issuecomment-2691693190
Sure, the R code invokes the Visualize method here (https://sedona.apache.org/latest/api/javadoc/spark/index.html?org/apache/sedona/viz/extension/visualizationEffect/ChoroplethMap.html) it expects a SpatialPairRDD but right now it is getting a SpatialRDD, so it complains. You can get a SpatialPairRDD from doing a join with another SpatialRDD I imagine, but I The example I could find in scala also just build a map from a join. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
