<div dir="ltr">Hi all,<div><br></div><div>I'm trying to load in some data from an ASCII VTK file (attached for reference) that I created following the guidelines here: <a href="http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf">http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf</a>. I can load this file into Visit and I was hoping that to load it into yt would be as simple as :</div><div><br></div><div>ds = yt.load("lid_driven_cavity_20.vtk")</div><div><br></div><div>When I try that however I get the error message:</div><div><div><br></div><div>Traceback (most recent call last):</div><div>  File "visualization.py", line 3, in <module></div><div>    ds = yt.load("lid_driven_cavity_20.vtk")</div><div>  File "C:\Users\Dave\Anaconda2\lib\site-packages\yt\convenience.py", line 84, in load</div><div>    return candidates[0](*args, **kwargs)</div><div>  File "C:\Users\Dave\Anaconda2\lib\site-packages\yt\frontends\athena\data_structures.py", line 470, in __init__</div><div>    Dataset.__init__(self, filename, dataset_type, units_override=units_override)</div><div>  File "C:\Users\Dave\Anaconda2\lib\site-packages\yt\data_objects\static_output.py", line 190, in __init__</div><div>    self._parse_parameter_file()</div><div>  File "C:\Users\Dave\Anaconda2\lib\site-packages\yt\frontends\athena\data_structures.py", line 528, in _parse_parameter_file</div><div>    self.domain_left_edge = grid['left_edge']</div><div>KeyError: 'left_edge'</div><div><br></div><div>Is it possible to load in such a file to yt? If not, since I'm writing my own data file, how could I edit it to make it readable by yt?</div></div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Lukas</div></div>