Shapefiles
I recently had a request for a shapefile containing geographic informaton for some of the stations listed on Variable Pitch. I’d been meaning to create a simple export facility for a while, but had never really looked at shapefiles in any detail before. As it took me a few attempts to get them working correctly, the following may help others! I’m using the pyshp python module. import shapefile Essentially I’m creating a shapefile with a list of...