Note: You need to have Python 3.8 and above to work with this package because it using the Typing module. If you have any query on how to download specific data, please feel free to reach out.
@@amanbagrecha I am trying to run the code-lines into anaconda's CMD after creating a new environment. following is the error I am getting "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain"
@@wanderlust_womaniya Looks like you need to run this command `set SSL_NO_VERIFY=1`. If your company or org has proxy in between, that is causing this error
@@amanbagrecha This shall be added in downloa_modis.py file or shall run it in the cmd directly (I tried latter, doesnt seem to work). Is there anyway to connect with you directly? I feel like I am missing some command here or there.
Hey! what if we have to download more than 5 years of modis data? we have to make separate files year wise directory for data being downloaded or one directory would be enough if we re run the command will the modis files overwrite? please its urgent do let me know
You could make a single directory - and later split up based on your requirements. As for the overwriting part, yes - this package overwrites the files. You have to manually alter the code to make that check to avoid redownloading the file
@@amanbagrecha can you please guide me about downloading Modis files by their names and how can we check that if our data is 100% downloaded and there's no repetition of files. I'm downloading my data and the directory is Shared folder and within the shared folder i also made year wise folders. Im using that folder as directory while downloading then i copy and paste the files to shared folder when the data is downloaded 100%
Good package but it adds additional path to the download path that the download url doesn't exist. I tried to download MOD11A2. However, it raise no file location found.
I am getting key exception error 'feed' in the resp = self.no_auth.get(params=params, auth=None) feed = resp.json()["feed"] It is in resources line 117
thank you so much. I spent like 2 days trying to figure this out
very nice way to download!!!
How to plot MODIS terra LST data over a specific area using heatmap?
How to additional download data in xml format. Can you please help me asap.
how can i read those files? or can i convert hdf to tiff?
Hi, can you please guide me about how to mosaic modis tiles by using hdf-eos utility.
Note: You need to have Python 3.8 and above to work with this package because it using the Typing module. If you have any query on how to download specific data, please feel free to reach out.
Hi Aman, I am getting errors while running download_modis.py file.. And I am unable to debug it. Can you please help?
@@wanderlust_womaniya what is the error you are getting?
@@amanbagrecha I am trying to run the code-lines into anaconda's CMD after creating a new environment. following is the error I am getting "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain"
@@wanderlust_womaniya Looks like you need to run this command `set SSL_NO_VERIFY=1`. If your company or org has proxy in between, that is causing this error
@@amanbagrecha This shall be added in downloa_modis.py file or shall run it in the cmd directly (I tried latter, doesnt seem to work). Is there anyway to connect with you directly? I feel like I am missing some command here or there.
How to know about the tiles?
Hey! what if we have to download more than 5 years of modis data? we have to make separate files year wise directory for data being downloaded or one directory would be enough
if we re run the command will the modis files overwrite? please its urgent do let me know
You could make a single directory - and later split up based on your requirements.
As for the overwriting part, yes - this package overwrites the files. You have to manually alter the code to make that check to avoid redownloading the file
@@amanbagrecha can you please guide me about downloading Modis files by their names and how can we check that if our data is 100% downloaded and there's no repetition of files. I'm downloading my data and the directory is Shared folder and within the shared folder i also made year wise folders. Im using that folder as directory while downloading then i copy and paste the files to shared folder when the data is downloaded 100%
Good package but it adds additional path to the download path that the download url doesn't exist. I tried to download MOD11A2. However, it raise no file location found.
I tried on my machine as well. Turns out, this is a credentials error. For now urs.earthdata.nasa.gov is unable to process it. Will update if it works
I am getting key exception error 'feed' in the
resp = self.no_auth.get(params=params, auth=None)
feed = resp.json()["feed"]
It is in resources line 117