hamsci_psws.goes.download_url¶
- hamsci_psws.goes.download_url(url, pattern=None, data_dir=None, sTime=None, eTime=None)[source]¶
Scrape URL for links and download files matching a pattern.
URL: Base URL to scrape for links. pattern: pattern to match filenames to be downloaded data_dir: path to save files
- Returns
list of paths of downloaded files
- Return type
file_paths