powered by
Orthogonal Map Projection
ortho.proj(lat, lon, lon0, lat1, R)
list
x, coordinate in units of R
y, coordinate in units of R
latitude, degrees
longitude, degrees
view origin longitude, degrees
view origin latitude, degrees
Radius of sphere, default=1
Jonathan M. Lees<jonathan.lees@unc.edu>
Assumes spherical globe. This function is not part of the normal GEOmap plotting routines.
Snyder, John P., Map Projections- a working manual, USGS, Professional Paper, 1987.
GLOBE.ORTH, setPROJ, projtype
olat = 0 olon = 0 tlat = 23 tlon = 30 R = 1 ortho.proj(tlat, tlon, olon, olat, R)
Run the code above in your browser using DataLab