watex.geology.core.fetching_data_from_repo#
- watex.geology.core.fetching_data_from_repo(repo_file, savepath=None)[source]#
Try to retrieve data from github repository.
- Parameters:
repo_file – str or Path-like object Give the full path from the repository root to the file name. For instance, we want to retrieve the file ‘AGSO.csv’ which is located in <watex/etc/> directory then the full path is: –> ‘watex/etc/AGSO.csv’
- :return:`status`: Either ``False` for failed downloading
or
Truefor successfully downloading