Download¶
pansat.download¶
The pansat.download module contains all code responsible for
downloading data. It is itself structured into three parts with
different responsibilities:
The
pansat.download.providersmodule, which contains all data providers. Data provider class provide interfaces for different source from which data can be downloaded.The
pansat.download.accountsmodule, which manages the login information for different data providers.The
pansat.download.commandlinemodule, which provides a command line interface for the download functionality.
Submodules