powered by
Convert from XY to GLOBAL LAT-LON
XY.GLOB(x, y, PROJ.DATA)
If it is a LIST, use
Latitude
Longitude
...
X in whatever units
Y in whatever units
Projection list
Jonathan M. Lees<jonathan.lees.edu>
Units are whatever is returned from the projection definition. This is the inverse of GLOB.XY.
Snyder, John P., Map Projections- a working manual, USGS, Professional Paper, 1987.
setPROJ
proj = setPROJ(type = 2, LAT0 =23, LON0 = 35) XY.GLOB(200, 300, proj)
Run the code above in your browser using DataLab