Open Yasinyudha opened 2 months ago
This bug was already fixed by https://github.com/yumorishita/LiCSBAS2/pull/55 (and https://github.com/yumorishita/LiCSBAS2/pull/56), but you are using the old version (v1.6.4) of LiCSBAS01_get_geotiff.py. Please update it.
Hi, I think the problem is that the release version https://github.com/yumorishita/LiCSBAS2/releases is not update v1.6.5 LiCSBAS01_get_geotiff.py. So maybe a lot of people download the LiCSBAS2 but with v1.6.4 of that file and meet the problem.
@HN-Jiang Thank you for the nice suggestion! I created a new tag including the bug fix.
@yumorishita Thank you, It seems that it also automatically solved some of the problems in step 11. :)
I noticed that the information of version maybe not right, it does not match to the version of description.
There is an issue with the file LiCSBAS01_get_geotiff.py. This file contains a bug when I run LiCSBAS to retrieve data for any time interval and parameter in batch_LiCSBAS.sh, where the file calls LiCSBAS01_get_geotiff.py. Specifically, the issue is as follows:
The problem, as we can see, occurs when the file requests data from the given URL. Therefore, I believe the error lies in the URL code string within the file. I modified the code in LiCSBAS01_get_geotiff.py, specifically in the sections that handle requests for MLI data, GACOS data, and interferogram data. However, something is still wrong—perhaps the website has been updated, and as a result, the file can no longer parse the HTML correctly. Unfortunately, I haven't screenshotted for LiCSBAS2, because the screenshot above when I used LiCSBAS, but both of them I faced the same issue.