iwfm.write_2_surfer¶ iwfm.write_2_surfer(outfile_name, x_y_locs, data, date)[source]¶ Write node (x,y) locations and nodal data to a surfer file. Parameters: outfile_name (str) – Output file name x_y_locs (list) – List of (x,y) coordinates data (list) – Data to be written date (str) – Date of the data Return type: nothing