From: <js...@us...> - 2007-11-14 20:11:49
|
Revision: 4294 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4294&view=rev Author: jswhit Date: 2007-11-14 12:11:35 -0800 (Wed, 14 Nov 2007) Log Message: ----------- update Modified Paths: -------------- trunk/toolkits/basemap-testing/Changelog Modified: trunk/toolkits/basemap-testing/Changelog =================================================================== --- trunk/toolkits/basemap-testing/Changelog 2007-11-14 19:48:38 UTC (rev 4293) +++ trunk/toolkits/basemap-testing/Changelog 2007-11-14 20:11:35 UTC (rev 4294) @@ -1,11 +1,11 @@ version 0.9.7 (not yet released) - * use Shapely (http://trac.gispython.org/projects/PCL/wiki/Shapely) + * use a Pyrex/Cython interface to the GEOS library + (http://geos.refractions.net - LGPL license) to find geometries that are within map projection region. This speeds up instance creation for small map regions and high resolution coastlines. Boundary datasets now in binary - format (I/O handled by Shapely). Requires geos C++ lib - (http://geos.refractions.net/) and Shapely, which is a ctypes - interface to libgeos. + format (I/O is faster). Requires GEOS version 2.2.3, source + code included. * remove all numerix imports. * fix rotate_vector so it works in S. Hem and for non-orthogonal grids. Support for masked velocity vectors also added. (EF) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |