You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use PyModis to download MODIS AOD data programmatically. I created a new Conda environment with Python 3.6.10 (MacOS), installed the dependencies with Conda and then installed, without any problem, PyModis with pip. When I try to run the Jupiter notebook downloaded from the website of the package, I keep receiving an error when trying to connect to the server (withmodisDown.connect()):
~/miniconda3/envs/pymodis/lib/python3.6/site-packages/pymodis/downmodis.py in connect(self, ncon)
383 self._connectHTTP(ncon)
384 if len(self.dirData) == 0:
--> 385 raise Exception("There are some troubles with the server. "
386 "The directory seems to be empty")
387
Exception: There are some troubles with the server. The directory seems to be empty
I followed the inscriptions to setup username and password, so I don't think that's the problem.
The text was updated successfully, but these errors were encountered:
I'm not sure this might help you. I had the same issue, but finally, I found that the target folder and file name differed from what I had expected. I think you can search on the data archive directly and then try it again.
MODIS Data Archive: https://ladsweb.modaps.eosdis.nasa.gov/archive
I am trying to use PyModis to download MODIS AOD data programmatically. I created a new Conda environment with Python 3.6.10 (MacOS), installed the dependencies with Conda and then installed, without any problem, PyModis with
pip
. When I try to run the Jupiter notebook downloaded from the website of the package, I keep receiving an error when trying to connect to the server (withmodisDown.connect()
):I followed the inscriptions to setup username and password, so I don't think that's the problem.
The text was updated successfully, but these errors were encountered: