iwfm.gis.contour2png¶ iwfm.gis.contour2png(source, target, iwidth=800, iheight=600)[source]¶ Draw an entire contour shapefile to a PNG image. Parameters: source (str) – input shapefile name target (str) – output PNG file name iwidth (int, default=800) – image width in pixels iheight (int, default=600) – image height in pixels Return type: nothing