I would like to divide a sphere with a certain radius into a geodesic grid with the triangle edges of around a certain size. As a result I would like to have a list of latitude/longitudes of all the triangle edge points (or center points). My preferred language is python.
I guess I should just carefully read the following article? http://www.ncgia.ucsb.edu/globalgrids-book/song-kimmerling-sahr/
Or does anyone have or know some ready code which does this?
Thanks in advance