url_file_list¶
-
cosmo_utils.utils.web_utils.url_file_list(url, ext)[source] [edit on github]¶ Lists the files from a URL taht have a specific file extension.
Parameters: url :
strString of the URL
ext :
strFile extension of the files in the URL.
Returns: files_arr :
numpy.ndarray, shape (N,)Array of the file in
urlthat match the file extensionext.