-
Notifications
You must be signed in to change notification settings - Fork 28
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
The tool can't download the OSM #134
Comments
@MyronBedford check the areas of the course, it looks like there might be a waypoint without a coordinate. says you’re getting a NaN in a calculation, so it’s likely a point like 0,0 snuck in |
How and where would I do that? |
I would recommend exporting the course from the main OSM website as xml and
looking at the geo points and the ways for the course and seeing if you can
identify any that are weird or different or uninitialized somehow.
It can be pretty labor intensive, please list the course here as well.
…On Tue, May 28, 2024 at 7:27 PM MyronBedford ***@***.***> wrote:
How and where would I do that?
—
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYGYCZMYS4FEYI6MUMJB3ZEUOITAVCNFSM6AAAAABINT3EAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZWGMYTANBUG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The course is Kelowna Golf and country club |
I tried going back through and checking every individual point and line. Would there be a problem with points that aren't disconnected from each other? Adding golf features to lidar data |
The OSM won't download even now. It keeps coming up with this error: Even when the OSM servers are obviously not busy, I can't get into them when they are. |
For some reason, the OSM isn't downloading when processing lidar. The course view will pop up for you to select the amount of lidar you want and the OSM won't be overlayed. I did get an error once that said that the OSM can't be downloaded but I'm not getting that error anymore. I'll go through the process and then the course preview will have nothing.
The one error I am getting is this:
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter_init_.py", line 1705, in call
File "tgc_gui.py", line 547, in generateCourseFromLidar
File "tgc_image_terrain.py", line 246, in generate_course
File "tgc_image_terrain.py", line 119, in get_lidar_trees
File "GeoPointCloud.py", line 230, in projToCV2
File "GeoPointCloud.py", line 198, in enuToCV2
ValueError: cannot convert float NaN to integer
Now I don't know whether this is a completely different issue, (I like to use the trees from the lidar because they're more accurate.)
or whether it's part of the OSM gongshow but this also appears sometimes. While it's creating the course preview.
The text was updated successfully, but these errors were encountered: