-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
Cannot connect to server #125
Comments
Sorry for the delay, could you please share your code (or command line) Thanks |
Have you solved this problem? I have the same doubts. Could you please teach me about the solution to this problem? This is my program: tiles = ['h22v04','h23v04'] down_modis = downModis( down_modis.connect() down_modis.downloadsAllDay() modis_files = glob('D:\py_work\311\modis_download' + '*.hdf') |
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. |
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: