emilylaiken / merradownload

Script to download data from MERRA-2 database based on lat/lon coordinates
31 stars 19 forks source link

issue when trying other databases #6

Open alisj95 opened 9 months ago

alisj95 commented 9 months ago

In your code there is a line with ####### CONSTANTS - DO NOT CHANGE BELOW THIS LINE ####### inside this headline there is the database_url variable. Therefore, if you trying to access other directories, such as 'M2I3NVAER' database, which are not within the 'goldsmr4', but in the 'goldsmr5' the code gives a 404 error. Is there another piece of scriopt to be changed in such cases?

SophiaLay commented 6 months ago

In your code there is a line with ####### CONSTANTS - DO NOT CHANGE BELOW THIS LINE ####### inside this headline there is the database_url variable. Therefore, if you trying to access other directories, such as 'M2I3NVAER' database, which are not within the 'goldsmr4', but in the 'goldsmr5' the code gives a 404 error. Is there another piece of scriopt to be changed in such cases?

hello. i am also experiencing the same issue. I am trying to downloading from this database 'M2I3NVCHM' but the code gives error. May I know how you solved it? Many thanks!