API Reference
ADAS
Missing docstring for build_ADAS_database
. Check Documenter's build log for details.
ADAS.retrieve_ADAS_data
— Functionalias for retrieveelementdata
ADAS.set_adas_parsed_data_directory!
— Functionset_adas_parsed_data_directory!(dir::String=joinpath(@__DIR__, "../"))
Set the directory where parsed ADAS data files are stored.
This function updates the data_paths
dictionary with the specified directory for both adf11
and adf15
data types. If the specified directory does not exist, it creates the directory.
Arguments
dir::String
: The base directory where the parsed data directories foradf11
andadf15
are located. Defaults to the parent directory of the current file.
ADAS.set_adas_raw_data_directory!
— Functionset_adas_raw_data_directory!(dir=joinpath(@__DIR__, "../"))
Set the root directory for ADAS raw data files (adf11 and adf15).
The function iterates through the ADAS data types (:adf11
and :adf15
), and sets the corresponding paths in the data_paths[:raw_data]
dictionary. If the specified directory does not exist, it creates the directory.
Arguments
dir::String
: The root directory where the "data" subdirectory containing "adf11" and "adf15" subdirectories are located. Defaults to the parent directory of the current file.