I need some elevation data for California in text file format that looks something like:
Longitude, Latitude, Elevation
Each row would be a single data point and would have some kind of easy deliminator. I need to create a terrain map using OpenGL and to do that I need data points that I can...