Archiver¶
- class sidpy.archiver.Archiver(root)[source]¶
Bases:
objectClass used to generate archive structure, specify paths of newly processed files and archive them accordingly. The default structure of the archive is {site}/YYYY/MM/DD/{file_type}/.
Methods Summary
archive_path(header, original_sid)Create archive path root taking into consideration the instrument and site.
static_summary_path(site)Verifies and generates static paths for live data plots.
Methods Documentation