powered by
GLOB.XY(LAT, LON, PROJ.DATA)
proj = setPROJ(type = 2, LAT0 =23, LON0 = 35) ### get lat-lon LL = XY.GLOB(200, 300, proj) ## find x-y again, should be the same XY = GLOB.XY(LL$lat, LL$lon, proj) XY
Run the code above in your browser using DataLab