itati01
itati01
Hi, I used another tool to achieve the calculation, so forgot to test the workaround. It works (although I did not examined the output file)! So, in addition to PR...
I tested it again under Linux with an absolute ```outDirPath``` like ```/data/modis/output```. The function writes MOD16A2.*.tif files but stops with an error. The output of traceback is: ``` 7: strsplit(x,":")...
@mlampros , But I commented out the line with the `extent` and did not use it in my second test as well. I don't know the possible error messages of...
@mlampros, I followed your suggestion. The problem is that my regex pattern not only matches "MOD16A2" and "MYD16A2" as intended but also "MOD16A2GF" which could not be downloaded (authentication fails)....
@fdetsch Thanks for the looking into my issue. I hardly use MODIS data, so was not aware of the GF product. Therefore, I initially did not use `$` and kept...