emerald-geomodelling / libaarhusxyz

Parser for the Aarhus Workbench XYZ format
MIT License
2 stars 0 forks source link

Add a function to dump data back to file #1

Closed redhog closed 3 years ago

redhog commented 3 years ago

Once done, the following should work:

data = libaarhusxyz.parse("file.xyz")
libaarhusxyz.dump(data, "tmp.xyz")
dataout = libaarhusxyz.parse("tmp.xyz")

data and dataout should be equal at this point