Quantcast
Channel: Earthdata Forum
Viewing all articles
Browse latest Browse all 1307

Questions/Comments • Re: failed in getanc for modis data

$
0
0
Seems there is a bug with the use of the -c,--curdir option. One I apparently introduced almost 3 years ago :shock: I'm very surprised this is the first report. The good news is the solution is simple.

The first option is a workaround. Don't use -c. Just let the code put the files in the default location.

The second option is to edit this file: $OCSSWROOT/bin/seadasutils/setupenv.py
replace line 55 which looks like this:

Code:

    self.dirs['run'] = Path.cwd()
with this:

Code:

    self.dirs['run'] = str(Path.cwd())
Sean

Statistics: Posted by OB.DAAC - SeanBailey — Sat Feb 03, 2024 11:08 am America/New_York



Viewing all articles
Browse latest Browse all 1307

Trending Articles