Cheers, folks. So, just 1.5 months ago I posted my own Python script to load shapefile data. Well, recently — while doing some pretty hardcore shapefile loading + cartogram generation — I realized I had a pretty significant error in my shapefile loading module.
This link (to my corrected shpUtils.py), corrects the mistake. Basically, I was loading all the points of each polygonal feature into its first ring (I know — how could I be so stupid?).
One Comment
Zachary,
Thanks so much for shpUtils! It is a great utility.
Mark