Re: [Matplotlib-users] Basemap cache

2008-03-06 Thread Jeff Whitaker
Stephane Raynaud wrote: > Hi > > Jeff: how about introducing a cache system for Basemap objects? > > You recently gave me the idea of using cPickle on Basemap objects, so > I implement a very simple cache system that try to check if map has > already been serialized and dumped to a cache file, befo

[Matplotlib-users] Basemap cache

2008-03-06 Thread Stephane Raynaud
Hi Jeff: how about introducing a cache system for Basemap objects? You recently gave me the idea of using cPickle on Basemap objects, so I implement a very simple cache system that try to check if map has already been serialized and dumped to a cache file, before trying to create it from scratch.