We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am use the command of the following way: ./get_modis.py -u XXX -p XXXX -v -p MOD09A1.005 -s MOLT -y 2010 -t h13v12 -o ./ -b 1 -e 30
Traceback (most recent call last): File "./get_modis.py", line 342, in get_xml=options.get_xml) File "./get_modis.py", line 273, in get_modisfiles raise IOError("Can't start download... [%s]" % the_url) IOError: Can't start download... [http://e4ftl01.cr.usgs.gov/MOLT/MOD09A1.005//2010.01.01/MOD09A1.A2010001.h13v12.005.2010011025632.hdf]
However, when i use the link in my navigator works normally the download.
The text was updated successfully, but these errors were encountered:
Sorry, this is quite and old bug report and I never saw it. Apologies for that! Closing as probably not relevant.
Sorry, something went wrong.
No branches or pull requests
I am use the command of the following way:
./get_modis.py -u XXX -p XXXX -v -p MOD09A1.005 -s MOLT -y 2010 -t h13v12 -o ./ -b 1 -e 30
Traceback (most recent call last):
File "./get_modis.py", line 342, in
get_xml=options.get_xml)
File "./get_modis.py", line 273, in get_modisfiles
raise IOError("Can't start download... [%s]" % the_url)
IOError: Can't start download... [http://e4ftl01.cr.usgs.gov/MOLT/MOD09A1.005//2010.01.01/MOD09A1.A2010001.h13v12.005.2010011025632.hdf]
However, when i use the link in my navigator works normally the download.
The text was updated successfully, but these errors were encountered: