Other functions#

Other PyTwin functions are available and used in Examples.

download_file(file_name, directory[, ...])

Download a file that is used for a PyTwin example.

load_data(inputs)

Load the input data from a CVS file into a Pandas dataframe.

read_binary(filepath)

Read a binary snapshot file from the disk.

read_snapshot_size(filepath)

Return the number of data stored in a snapshot binary file.

snapshot_to_array(snapshot_file, geometry_file)

Create an array containing the x, y, z coordinates and data from geometry and field snapshot files.

write_binary(filepath, vec)

Write a binary snapshot file on the disk.