tilupy.download_data ==================== .. py:module:: tilupy.download_data Functions --------- .. autoapisummary:: tilupy.download_data.import_frankslide_dem tilupy.download_data.import_frankslide_pile tilupy.download_data.import_shaltop_frankslide Module Contents --------------- Functions ^^^^^^^^^ .. py:function:: import_frankslide_dem(folder_out: str = None, file_out: str = None) -> str Import frankslide topography. :param folder_out: Path to the folder output. If None the current folder will be choosed. By default None. :type folder_out: str, optional :param file_out: Name of the file. If None choose "Frankslide_topography.asc". By default None. :type file_out: str, optional :returns: Path to the saved file. :rtype: str .. py:function:: import_frankslide_pile(folder_out: str = None, file_out: str = None) -> str Import frankslide pile. :param folder_out: Path to the folder output. If None the current folder will be choosed. By default None. :type folder_out: str, optional :param file_out: Name of the file. If None choose "Frankslide_pile.asc". By default None. :type file_out: str, optional :returns: Path to the saved file. :rtype: str .. py:function:: import_shaltop_frankslide(folder_out: str = './shaltop_frankslide') Import shaltop results for the Frankslide. :param folder_out: Folder where data will be saved. By default "./shaltop_frankslide". :type folder_out: str, optional :rtype: None