Hi
I have used the subset_dataset.py script (here: https://github.com/nasa/podaac_tools_an ... dataset.py) to subset from MUR-JPL-L4-GLOB-v4.1 recently (~October 2020) and was able to download the subsetted data without issue
However I have tried today using the same script and same python version and receive the following error:
Traceback (most recent call last):
File "./subset_dataset.py", line 542, in <module>
standalone_main()
File "./subset_dataset.py", line 235, in standalone_main
response = urllib.request.urlopen(wsurl)
File "//anaconda3/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "//anaconda3/lib/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
File "//anaconda3/lib/python3.7/urllib/request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "//anaconda3/lib/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "//anaconda3/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "//anaconda3/lib/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Unknown Reason
I am unsure as to how to go about fixing this error or is it something to do with the URL? Any advice would be much appreciated and thank you for making these subset tools readily available.
Many thanks
Sean