ecoscope.io.utils ================= .. py:module:: ecoscope.io.utils Module Contents --------------- .. py:data:: TIME_COLS :value: ['time', 'created_at', 'updated_at', 'end_time', 'last_position_date', 'recorded_at', 'fixtime',... .. py:function:: download_file(url, path, retries = 2, overwrite_existing = False, chunk_size = 1024, unzip = False, **request_kwargs) Download a file from a URL to a local path. If the path is a directory, the filename will be inferred from the response header .. py:function:: __is_gdrive_url(url) .. py:function:: __is_dropbox_url(url) .. py:function:: __transform_gdrive_url(url) .. py:function:: __transform_dropbox_url(url) .. py:function:: clean_time_cols(df)