Command line tool¶
pansat.download.commandline¶
The commandline submodule allows to download data products from commandline using the argparse module.
- The following flags can be used:
Download flags
--type --pm --product/-prod --starttime/-t0 --endtime/-t1 --variable/-var --domain/-d --grid
Other flags
--list --add --listIDs
- pansat.download.commandline.download()¶
The function download() passes the commandline input to the respective download functions of the corresponding pansat.download submodules.