Closed sssangha closed 4 months ago
For ariaTSSetup default, if not otherwise specified, a DEM is downloaded. Thus, the conditional beginning with if args.demfile is not None is superfluous. I am removing this conditional.
if args.demfile is not None
For ariaTSSetup default, if not otherwise specified, a DEM is downloaded. Thus, the conditional beginning with
if args.demfile is not None
is superfluous. I am removing this conditional.