From: <js...@us...> - 2007-11-25 03:52:29
|
Revision: 4433 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4433&view=rev Author: jswhit Date: 2007-11-24 19:52:28 -0800 (Sat, 24 Nov 2007) Log Message: ----------- modify NetCDFFile Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007-11-24 19:57:45 UTC (rev 4432) +++ trunk/toolkits/basemap/Changelog 2007-11-25 03:52:28 UTC (rev 4433) @@ -1,3 +1,6 @@ + * modify NetCDFFile to automatically apply scale_factor + and add_offset, and return masked arrays masked where + data == missing_value or _FillValue. * add 'fill_color' option to drawmapboundary, to optionally fill the map projection background a certain color. * added 'sstanom' colormap from This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |