-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radius units and ordering by distance in JoinQuery.DistanceJoinQuery #100
Comments
In this regard, if you want to have accurate results, you'd better use GeoSpark CRS transformation function first to transform your input data to meter-based CRS such as epsg:3857.
|
Got this error (My input data are lat/lon and I want to use distance for Circle in metres) What is the right sourse epsg for lat/lon ( lets say from Google Map's Mercator)?
|
@deil87 |
@jiayuasu
|
There is a bug in GeoSpark due to the newly added CRS transformation function: CircleRDD forgets to copy CRS information when the user constructs a new CircleRDD from another SpatialRDD. This bug has been fixed just now and pushed into 0.7.1-snapshot. You need to refresh your GeoSpark dependency coordinate and make sure the IDE downloads the latest version. |
Good new! Thanks! |
I think it has been synced to Maven Central several hours ago. Please try it out. |
@jiayuasu |
@deil87 It seems that the auto-sync between sonatype and maven central got some problems. Please try 0.7.1-snapshot2 |
Hi!
Unfortunately I haven't found units for radius parameter in CircleRDD constructor.
I seems that it's not in km.
Second question: Wouldn't it be a good idea to return joined points sorted by distance(not just HashSet)?
The text was updated successfully, but these errors were encountered: