yumorishita / LiCSBAS2

GNU General Public License v3.0
26 stars 4 forks source link

Error GACOS #53

Closed gagahagungp closed 3 months ago

gagahagungp commented 3 months ago

Hello Mr. Morishita, I am looking to reprocess my data, specifically the frame with ID 025A_09718_120810. However, I encountered the following error:

(licsbas) gagahap@HP:/mnt/c/frame/cb_1$ ./batch_LiCSBAS.sh

Start step: 01 End step: 16 Log file: log/202406050906batch_LiCSBAS_01_16.log

LiCSBAS01_get_geotiff.py ver1.6.4 20230215 Y. Morishita LiCSBAS01_get_geotiff.py -f 025A_09718_120810 -s 20141218 -e 20231231 --get_gacos

Frame ID is 025A_09718_120810

025A_09718_120810.geo.E.tif already exist. Skip download. 025A_09718_120810.geo.N.tif already exist. Skip download. 025A_09718_120810.geo.U.tif already exist. Skip download. 025A_09718_120810.geo.hgt.tif already exist. Skip download.

Download baselines baselines, 5.42KB, 1s, 5.42KB/s Download network.png network.png, 700.63KB, 4s, 175.16KB/s Download metadata.txt metadata.txt, 244.0B, 1s, 244.0B/s

Searching latest epoch for mli... Traceback (most recent call last): File "/home/gagahap/LiCSBAS2/bin/LiCSBAS01_get_geotiff.py", line 500, in sys.exit(main()) ^^^^^^ File "/home/gagahap/LiCSBAS2/bin/LiCSBAS01_get_geotiff.py", line 213, in main response = requests.get(url) ^^^^^^^^^^^^^^^^^ File "/home/gagahap/miniconda3/envs/licsbas/lib/python3.12/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gagahap/miniconda3/envs/licsbas/lib/python3.12/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gagahap/miniconda3/envs/licsbas/lib/python3.12/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gagahap/miniconda3/envs/licsbas/lib/python3.12/site-packages/requests/sessions.py", line 725, in send history = [resp for resp in gen] ^^^^^^^^^^^^^^^^^^^^^^ File "/home/gagahap/miniconda3/envs/licsbas/lib/python3.12/site-packages/requests/sessions.py", line 191, in resolve_redirects raise TooManyRedirects( requests.exceptions.TooManyRedirects: Exceeded 30 redirects.

Can you help me to resolving this error? I have attached the log file below. Thank you, sir.

202406050906batch_LiCSBAS_01_16.log

gagahagungp commented 3 months ago

Thank you for the update regarding the current server condition, Mr. Morishita. I would like to inquire about a few things. I am using LiCSBAS2 for processing. Then, I want to execute LiCSBAS_cum2tstxt.py with the following command:

LiCSBAS_cum2tstxt.py -g 109.1360693947/-6.8711884131 -i TS_GEOCml1GACOSmaskclip/cum_filt.h5 --mask TS_GEOCml1GACOSmaskclip/results/mask

However, the command shows an error as follows:

LiCSBAS_cum2tstxt.py ver1.2.2 20230302 Y. Morishita LiCSBAS_cum2tstxt.py -g 109.1360693947/-6.8711884131 -i TS_GEOCml1GACOSmaskclip/cum_filt.h5 --mask

ERROR: option --mask not recognized

For help, use -h or --help.

However, when I do not include the mask data, the command runs without errors. Why could this happen? Even though I have mask data in my results file. Is there a mistake in my command, or is there something else? Screenshot 2024-06-06 104823

yumorishita commented 3 months ago

The step01 error was fixed by https://github.com/yumorishita/LiCSBAS2/pull/55. Please pull the latest commit and retry.

LiCSBAS_cum2tstxt.py has no option of --mask (see usage) but has --nomask option. You can apply the mask with no option by default.

gagahagungp commented 3 months ago

Thank you very much for the explanation, sir. Now I can understand it.

gagahagungp commented 3 months ago

Hello Mr. Morishita,

First, I would like to apologize as I am still a novice in the field of deformation and LiCSBAS. However, I am currently conducting research as a requirement for my graduation. In this research, I am observing deformation based on data processed using LiCSBAS. I aim to present the results in the form of time-series displacement, cumulative displacement, and mean LOS velocity to observe deformation in my study area. Additionally, I will perform decompose to derive vertical displacement values.

However, I am confused about where I can find the values for time-series displacement, cumulative displacement, and mean LOS velocity from the LiCSBAS processing results?. Also, to perform LiCSBAS_decomposeLOS.py, should I use LiCSBAS_cum2flt.py or LiCSBAS_cum2vel.py? Considering that I am using LiCSBAS_decomposeLOS.py to obtain vertical displacement values. Furthermore, what is the difference between LiCSBAS_cum2flt.py and LiCSBAS_cum2vel.py? I am sorry if my questions indicate that I do not fully understand this field.

Sincerely, GAP

yumorishita commented 3 months ago

where I can find the values for time-series displacement, cumulative displacement, and mean LOS velocity from the LiCSBAS processing results?.

Use visualization tools (https://github.com/yumorishita/LiCSBAS/wiki/3_visualization) and other tools (https://github.com/yumorishita/LiCSBAS/wiki/4_other_tools) to output these displacement values.

Also, to perform LiCSBAS_decomposeLOS.py, should I use LiCSBAS_cum2flt.py or LiCSBAS_cum2vel.py? Considering that I am using LiCSBAS_decomposeLOS.py to obtain vertical displacement values. Furthermore, what is the difference between LiCSBAS_cum2flt.py and LiCSBAS_cum2vel.py?

LiCSBAS_cum2flt.py and LiCSBAS_cum2vel.py are for cumulative displacement and LOS velocity, respectively.

gagahagungp commented 3 months ago

Thank you for the explanation that you provided, sir, it's very helpful to me. Thank you very much for your help, sir.