tilupy.download_data
Functions
|
Import frankslide topography. |
|
Import frankslide pile. |
|
Import shaltop results for the Frankslide. |
Module Contents
Functions
- tilupy.download_data.import_frankslide_dem(folder_out: str = None, file_out: str = None) str
Import frankslide topography.
- Parameters:
folder_out (str, optional) – Path to the folder output. If None the current folder will be choosed. By default None.
file_out (str, optional) – Name of the file. If None choose “Frankslide_topography.asc”. By default None.
- Returns:
Path to the saved file.
- Return type:
str
- tilupy.download_data.import_frankslide_pile(folder_out: str = None, file_out: str = None) str
Import frankslide pile.
- Parameters:
folder_out (str, optional) – Path to the folder output. If None the current folder will be choosed. By default None.
file_out (str, optional) – Name of the file. If None choose “Frankslide_pile.asc”. By default None.
- Returns:
Path to the saved file.
- Return type:
str
- tilupy.download_data.import_shaltop_frankslide(folder_out: str = './shaltop_frankslide')
Import shaltop results for the Frankslide.
- Parameters:
folder_out (str, optional) – Folder where data will be saved. By default “./shaltop_frankslide”.
- Return type:
None