|
From: Jeff W. <js...@fa...> - 2008-12-08 00:36:35
|
Mauro Cavalcanti wrote: > Dear Jeffrey & ALL, > > Are there any way to plot a Basemap using a standard Equidistant > Cylindrical Projection, but centered on the Pacific Basin instead of > the default plot? This can be done easily with all projections that > require just a center point at lat_0, long_0 (Robinson, Mollweide, > Orthographic, Geostationary) but could not figure out how to do this > in projections that require a bounding rectangle to be defined (as is > the case with the Equidistant Cylindrical). > > Thanks in advance! > > With best regards, > > Mauro: Just set the llrncrlat,urcrnrlon appropriately. For instance, llcrnrlon=0, urcrnrlon=360 will produce a map centered on the dateline while llcrnrlon=-180, urcrnrlon=180 will produce a map centered on Greenwich. -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 NOAA/OAR/CDC R/PSD1 FAX : (303)497-6449 325 Broadway Boulder, CO, USA 80305-3328 |