umr-lops / grdwindinversion

python library to compute wind speed from GRD SAR images
https://cerweb.ifremer.fr/datarmor/doc_sphinx/grdwindinversion/index.html
MIT License
6 stars 1 forks source link

Make outputdir mandatory #32

Closed Skealz closed 9 months ago

Skealz commented 10 months ago

In main.py

OUT_DEFAULT = "/home/datawork-cersat-public/cache/public/ftp/project/L2GRD/prod_test"
...
    parser.add_argument('--outputdir', required=False, default=OUT_DEFAULT)

I suggest to remove OUT_DEFAULT and set required=True