Exemple #1
0
def engineer_static():
    # if the working directory is alread ml_drought don't need ../data
    if Path('.').absolute().as_posix().split('/')[-1] == 'ml_drought':
        data_path = Path('data')
    else:
        data_path = Path('../data')

    Engineer.engineer_static_only(data_path)
Exemple #2
0
def engineer_static():
    Engineer.engineer_static_only(get_data_path())