Luca Delucchi

Results 112 comments of Luca Delucchi

Hi @sjdqbyitr178crs813tgbr8gsdufygeuy53 , sorry for the long delay, no you cannot since the repository structure of you data is completely different for major MODIS product. It could be interesting to...

@Gabriel-Desharnais probably setting the `path` variable should fix your problem. At least for me is working. ``` from pymodis import downmodis modisDown= downmodis.downModis('/tmp/', tiles='h12v04,h13v04',today='2016.01.01',delta=1,product='MOD10A2.006',url='https://n5eil01u.ecs.nsidc.org', path='MOST') modisDown.connect() modisDown.downloadsAllDay() ls -lath /tmp/...

@cfusting, @Gabriel-Desharnais sorry I'm not able to reproduce your error.. could you try again? maybe some trouble with the server...

@timstevens1 I found an error on your call, you should modify the dates like this `2011-01-01`, so your know command line should be like this ``` modis_download.py -U 'tim_stevens' -P...

@Gabriel-Desharnais sorry for the daley in the answer, but did you try my last version from trunk?

Hi @StefaniePes @cljohn91 I'm not able to get your same problem. Below some suggestions: - please be sure to have enable the access to your NASA websites http://www.pymodis.org/info.html#requirements - please...

Hi @StefaniePes I run your same command and it is working for me ``` -rw-r--r-- 1 lucadelu femgis 7.6M Jan 11 17:58 MOD10A1.A2012366.h18v04.006.2016140153843.hdf -rw-r--r-- 1 lucadelu femgis 7.5K Jan 11...

@liaduarte I'm really sorry, because I'm not able to reproduce the error. I will try to add more debug in the next days.

Dear @hec10r , The code is still updated but there are no plans for a refactoring. If you are interested in a refactoring you are welcome, we could have a...

Hi Jess, sorry for the delay in the answer. I check the code and It should work, I have not time to test right now, I will try in the...