ncsw_data.source.reaction.miscellaneous.utility.extraction¶
The ncsw_data.source.reaction.miscellaneous.utility package extraction module.
Classes¶
The miscellaneous chemical reaction data source extraction utility class. |
Module Contents¶
- class ncsw_data.source.reaction.miscellaneous.utility.extraction.MiscellaneousReactionDataSourceExtractionUtility¶
The miscellaneous chemical reaction data source extraction utility class.
- static extract_v_20131008_kraut_h_et_al(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Extract the data from the v_20131008_kraut_h_et_al version of the data source.
- Parameters:
input_directory_path – The path to the input directory where the data is downloaded.
output_directory_path – The path to the output directory where the data should be extracted.
- static extract_v_golden_dataset_by_20211102_lin_a_et_al(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Extract the data from the v_golden_dataset_by_20211102_lin_a_et_al version of the data source.
- Parameters:
input_directory_path – The path to the input directory where the data is downloaded.
output_directory_path – The path to the output directory where the data should be extracted.