emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

Use kebab-case for cmd options #43

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch switches to using kebab-case for command line options since this is way more common.

EmbeddedHenni commented 4 years ago

wait! dont we need to change the hand over of the argparse options in main.py too? begin_ts=args.begin-ts, end_ts=args.end-ts, but this throws the error undefined variable