Could not reach the websites and downloaded Ocean Color (L3SMI) datasets
Posted: Sat Jun 04, 2022 11:53 am America/New_York
Dear all,
I could the problem opening the link below:
https://oceandata.sci.gsfc.nasa.gov (/directaccess/MODIS-Aqua/L3SMI/2009/263/)
and other L3SMI products for 4 days until now.
The website showed:
.:. ERROR .:.
Ocean Biology Distributed Active Archive Center (OB.DAAC)
We are sorry, but an error has occurred. Please use the back button to return to the previous page
I downloaded some L3SMI Products (MODIS Aqua, MODIS Terra, MERIS, and SeaWiFS) using python and got the error message below:
Traceback (most recent call last):
File "I:\OCScript\Temp4A\T4OCAq.py", line 213, in <module>
headings = [th.get_text() for th in table.find("tr").find_all("th")]
AttributeError: 'NoneType' object has no attribute 'find'
Could anyone help to fix the problem, please?
Thank you.
Best regards,
Aries
I could the problem opening the link below:
https://oceandata.sci.gsfc.nasa.gov (/directaccess/MODIS-Aqua/L3SMI/2009/263/)
and other L3SMI products for 4 days until now.
The website showed:
.:. ERROR .:.
Ocean Biology Distributed Active Archive Center (OB.DAAC)
We are sorry, but an error has occurred. Please use the back button to return to the previous page
I downloaded some L3SMI Products (MODIS Aqua, MODIS Terra, MERIS, and SeaWiFS) using python and got the error message below:
Traceback (most recent call last):
File "I:\OCScript\Temp4A\T4OCAq.py", line 213, in <module>
headings = [th.get_text() for th in table.find("tr").find_all("th")]
AttributeError: 'NoneType' object has no attribute 'find'
Could anyone help to fix the problem, please?
Thank you.
Best regards,
Aries