external/CDAWlib/
plot_maps.pro
NAME: PLOT_MAPS PURPOSE: To plot the geographic maps in various map projections. CALLING SEQUENCE: out = plot_maps(a,vlat=vlat,iproj=iproj,limit=limit,$ latdel=latdel,londel=londel,Ttitle=thetitle,$ pmode=pmode,rng_val=rng_val,num_int=num_int,$ ptype=ptype,lthik=lthik,symsiz=symsiz,symcol=symcol,$ charsize=charsize,xmargin=xmargin,ymargin=ymargin,$ xoffset=xoffset,yoffset=yoffset,lnlabel=lnlabel,$ _extra=extras) INPUTS: a = structure returned by the read_mycdf procedure. projections: aitoff (15), az. equid. (6), cyl (8), gnom (5), lamb eq area (4) merc (9), molle (10), ortho (2), sinsusoidal (14), stero. (1) Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
Routines
top source plot_maps
result = plot_maps(a, station=station, vlat=vlat, iproj=iproj, lim=lim, latdel=latdel, londel=londel, Ttitle=Ttitle, pmode=pmode, rng_val=rng_val, num_int=num_int, ptype=ptype, lthik=lthik, symsiz=symsiz, symcol=symcol, charsize=charsize, xmargin=xmargin, ymargin=ymargin, xoffset=xoffset, yoffset=yoffset, lnlabel=lnlabel, nocont=nocont, SSCWEB=SSCWEB, doymark=doymark, hrmark=hrmark, hrtick=hrtick, mntick=mntick, mnmark=mnmark, lnthick=lnthick, autolabel=autolabel, datelabel=datelabel, _extra=_extra)
Parameters
- a
Keywords
- station
- vlat
- iproj
- lim
- latdel
- londel
- Ttitle
- pmode
- rng_val
- num_int
- ptype
- lthik
- symsiz
- symcol
- charsize
- xmargin
- ymargin
- xoffset
- yoffset
- lnlabel
- nocont
- SSCWEB
- doymark
- hrmark
- hrtick
- mntick
- mnmark
- lnthick
- autolabel
- datelabel
- _extra
File attributes
Modification date: | Tue Oct 21 13:53:46 2014 |
Lines: | 234 |