Reading a .gpx file and plotting the points on a spherical co-ordinnates

latlon.gh (11.7 KB) hi,
i am new to C#, i was trying to read the latitudes,longitudes and elevations from a .gpx(read.txt (1.6 MB) ) file and trying to plot them using spherical coordinates. but the points are not appearing on the surface of the sphere.
the .gh file islatlon.gh (11.7 KB)

I think using PolarPoint component is the easiest way to achieve what you’re looking for.
P.S: Don’t forget to use the same units for elevation and earth radius.

Neerajsmurali.gh (17.9 KB)

4 Likes

@Mahdiyar Thank you