In page 180, in the line for creating the shapefile Writer object, `w = shapefile.Writer(r.shapeType)` gives and error, and the correction for this would be - `w = shapefile.Writer("NYC_MUSEUMS_UTM",r.shapeType)`