From: <js...@us...> - 2007-11-13 20:37:16
|
Revision: 4250 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4250&view=rev Author: jswhit Date: 2007-11-13 12:37:11 -0800 (Tue, 13 Nov 2007) Log Message: ----------- correct satellite height for geostationary example Modified Paths: -------------- trunk/toolkits/basemap-testing/examples/test.py Modified: trunk/toolkits/basemap-testing/examples/test.py =================================================================== --- trunk/toolkits/basemap-testing/examples/test.py 2007-11-13 18:10:32 UTC (rev 4249) +++ trunk/toolkits/basemap-testing/examples/test.py 2007-11-13 20:37:11 UTC (rev 4250) @@ -489,7 +489,7 @@ # setup of basemap ('geos' = geostationary projection) m = Basemap(projection='geos', rsphere=(6378137.00,6356752.3142),\ - resolution='c',area_thresh=10000.,lon_0=0,satellite_height=42500000.) + resolution='c',area_thresh=10000.,lon_0=0,satellite_height=35785831) # transform to nx x ny regularly spaced native projection grid # nx and ny chosen to have roughly the same horizontal res as original image. dx = 2.*pi*m.rmajor/len(lons) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |