iwfm.gis.shp_getcol¶ iwfm.gis.shp_getcol(f, col)[source]¶ Return one column from the shapefile table. Parameters: f (PyShp shapefile) col (int) – column number Returns: data – items from specified column Return type: list