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
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.