From: <js...@us...> - 2007-11-06 18:56:26
|
Revision: 4128 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4128&view=rev Author: jswhit Date: 2007-11-06 10:56:21 -0800 (Tue, 06 Nov 2007) Log Message: ----------- use Shapely, libgeos for processing boundary geometries. Modified Paths: -------------- trunk/toolkits/basemap-testing/Changelog Modified: trunk/toolkits/basemap-testing/Changelog =================================================================== --- trunk/toolkits/basemap-testing/Changelog 2007-11-06 18:50:53 UTC (rev 4127) +++ trunk/toolkits/basemap-testing/Changelog 2007-11-06 18:56:21 UTC (rev 4128) @@ -1,4 +1,12 @@ version 0.9.7 (not yet released) + * use Shapely (http://trac.gispython.org/projects/PCL/wiki/Shapely) + 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. + * 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) * numpification. (EF) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |