-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid UTM Zone #69
Comments
I too am having this problem, but only when using negative longitude or latitude. I am currently looking through the code to see if they somehow define the negative values differently or if there is a different way in shell to define negative numbers. |
Hi there, here is what i think the problem is: when performing computations to estimate strain tensor parameters, the input ellipsoidal coordinates are transformed to UTM coordinates. We have placed a limitation when transforming to UTM, that all stations considered should fall within the same (UTM) zone. We are currently working on removing this limitation. I will have news soon. Xanthos |
Hello @xanthospap , Hope you can help me solve this problem. Greetings |
You are right, i didn't correctly predict the side-effects of the change! sorry for this. I will patch this and and send a fix in the following hours. |
i have made changes to the source code to fix the bug. Quite a few things had to be corrected, so i have created a new branch committed to the bugfix. It is called bug68. Please pull the new branch and check if the program runs as expected. Something like Please let me know if that fixes the problem. If not, could you please share your input file so that i can further check/debug the source code? Xanthos |
Hello there, |
i have made a few changes in the source code and hopefully it should now produce sensible results. I have tried issuing the command The changes i made are in the same branch (aka bug68), so you will need to pull the latest changes ( Please give it a try and let me know if it works as expected. Xanthos |
dear @cysarine , have you tried the new version of the software (that is pulling the branch bug68)? Does it work as expected? Xanthos |
Hi Xanthos, Cisarine |
Hi, I´m trying to run the software with my data, I successfully run the example data, but when I run my data I got the next error:
python3.6 StrainTensor.py -i ../data/IGP_VEL.vel -r=-79.0/-75.5/-12.5/-8.5 --x-grid-step=0.5 --y-grid-step=0.5 --dmin=1 --dmax=500 --dstep=1 --Wt=24 -c -g
[DEBUG] Reading station coordinates and velocities from ../data/IGP_VEL.vel
[DEBUG] Number of stations parsed: 20
Traceback (most recent call last):
File "StrainTensor.py", line 416, in
assert Zone == utm_zone, "[ERROR] Invalid UTM Zone."
AssertionError: [ERROR] Invalid UTM Zone.
I appreciate your help.
Thanks
The text was updated successfully, but these errors were encountered: