search for: pycmd

Displaying 1 result from an estimated 1 matches for "pycmd".

Did you mean: pcmd
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
...elative sense, the scale varies slightly. I haven't identified a projection in library mapproj that can handle this. Any ideas on how to plot this field on a map? A typical R script to plot other outputs in a lambert projection would be: ##Read lat/lon data lat<-as.numeric(system(paste(pycmd,'control',"200108150000","LATITCRS",1,0,sep=" "),intern=TRUE)) lon<-as.numeric(system(paste(pycmd,'control',"200108150000","LONGICRS",1,0,sep=" "),intern=TRUE)) ## Projected coordinates coords_lamb<-mapproject(lon...