fedoo.DataSet.savez_compressed

DataSet.savez_compressed(filename: str, save_mesh: bool = False) None

Write a compressed npz file using the numpy savez_compressed function.

Parameters:
  • filename (str) – Name of the file including the path.

  • save_mesh (bool (default = False)) – If True, the mesh is also saved in a vtk file using the same filename with a ‘.vtk’ extention.