ncsw_data.source.reaction.ord.utility.extraction¶
The ncsw_data.source.reaction.ord.utility package extraction module.
Classes¶
The Open Reaction Database (ORD) extraction utility class. |
Module Contents¶
- class ncsw_data.source.reaction.ord.utility.extraction.OpenReactionDatabaseExtractionUtility¶
The Open Reaction Database (ORD) extraction utility class.
- static extract_v_release(version: str, input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Extract the data from a v_release_* version of the database.
- Parameters:
version – The version of the database.
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.