Exemple #1
0
def ensure_mkl_p4m3():
    local_file_path = os.path.join(ROOT_FOLDER, 'mkl_p4m3.dll')
    url = 'https://github.com/jDeters-USACE/Antecedent-Precipitation-Tool/releases/download/v1.0/mkl_p4m3.dll'
    get_files.ensure_file_exists(file_url=url,
                                 local_file_path=local_file_path)
Exemple #2
0
def ensure_version_file():
    local_file_path = os.path.join(ROOT_FOLDER, 'version')
    file_url = 'https://github.com/jDeters-USACE/Antecedent-Precipitation-Tool/raw/master/version'
    get_files.ensure_file_exists(file_url=file_url,
                                 local_file_path=local_file_path)