make_directory_binary
- pyarts.xml.make_directory_binary(directory, out='', absolute_out=False, parents=True)[source]
Loads xml-files in directory and saves them back in binary format
- Parameters:
- Returns:
Paths to the created binary files.
- Return type:
Example
Load arts-xml-data/spectroscopy/cia/hitran2011/ and save it back as binary it at arts-xml-data-binary/spectroscopy/cia/hitran2011/
>>> make_directory_binary('arts-xml-data/spectroscopy/cia/hitran2011', out='arts-xml-data-binary/spectroscopy/cia/hitran2011', absolute_out=True) ['arts-xml-data-binary/spectroscopy/cia/hitran2011/hitran_cia2012_adapted.xml']