wavy.satellite_collectors ========================= .. py:module:: wavy.satellite_collectors .. autoapi-nested-parse:: This module comprises functions to collect remote satellite data. Attributes ---------- .. autoapisummary:: wavy.satellite_collectors.satellite_dict Functions --------- .. autoapisummary:: wavy.satellite_collectors.tmploop_get_remote_files wavy.satellite_collectors.get_remote_files_ftp wavy.satellite_collectors.get_remote_files_copernicusmarine Module Contents --------------- .. py:data:: satellite_dict .. py:function:: tmploop_get_remote_files(i: int, matching: str, user: str, pw: str, server: str, remote_path: str, path_local: str, **kwargs) Function to download files using ftp. Tries 10 times before failing. .. py:function:: get_remote_files_ftp(**kwargs) Download swath files from CMEMS and store them at defined location. Time stamps in file name stand for: from, to, creation .. py:function:: get_remote_files_copernicusmarine(**kwargs) Download swath files from CMEMS using copernicusmarine parckage and store them at defined location. Time stamps in file name stand for: from, to, creation