I'm trying to get started with plotting maps in python. I need to read
"shape files" (.shp) and make maps. There seem to be many efforts but
none is complete? I'm looking for suggestions and troubleshooting.
The basemap package is obviously at an impressive stage and comes with
some data:
http://w
Oh, oops! Of course... :) A great and sensible feature if you're
expecting it.
Thanks very much, everyone, for the links and discussion!
Chris
--
http://mail.python.org/mailman/listinfo/python-list
Help! Have I found a serious bug?
This seems like highly undesired behaviour to me. From the program
below, I get output:
call1: ['sdf']
call2: ['Set within test for call2']
call3: ['Set within test for call2']
instead of what I should get,
call1: ['sdf']
call2: ['Set within test for call2']
cal