-
Notifications
You must be signed in to change notification settings - Fork 15
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
ANSWT refactor #23
base: master
Are you sure you want to change the base?
ANSWT refactor #23
Conversation
…ersion curve when hitting SAVE button.
…artesian grid in km for tomography rather than degrees.
@dylanmikesell thanks a bunch for all this. Haven't had time to check it yet, but will do in the coming days. Will be updated in the coming days, maybe we could chat/video with Aurel ? Cheers |
Yes. Video chat would be good. Just fixed the two UTM zone problem in my
fork. Can do a PR but would like to chat with you and Aurelien first to
make sure you like the way I did it.
…On Mon, Oct 26, 2020, 12:08 PM Thomas Lecocq ***@***.***> wrote:
@dylanmikesell <https://github.com/dylanmikesell> thanks a bunch for all
this. Haven't had time to check it yet, but will do in the coming days.
Without having looked at the code, just a remark: be carefull when
converting lat/lon to UTM using pyproj, if a network is across two UTM
zones, we need to fix one, otherwise the distances will be crazy large.
Will be updated in the coming days, maybe we could chat/video with Aurel ?
Cheers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVIE4UT6F66ZPIB4NRWROLSMW3I7ANCNFSM4S534FHQ>
.
|
…plementation in iFTAN. There is a new parameter in the tomoconfig table. '
again, let me know if you feel it's OK and I'll merge :) |
Sorry, will get back to you next week. I need to refresh my brain about
this.
…On Wed, May 12, 2021 at 10:28 AM Thomas Lecocq ***@***.***> wrote:
again, let me know if you feel it's OK and I'll merge :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVIE4UGMZV67WOFUOLYQVLTNKUD7ANCNFSM4S534FHQ>
.
|
I refactored this code considerably. Many things were moved to functions, including all plot types. Also moved to a grid in kilometers rather than degrees. There is a verbose flag in the code (not accessible from CLI yet) that will turn on logging/debugging output to see the dimensions of various parameters/matrices. There is also a plot flag for either UTM or local. Local shows plots in a local grid relative to mean station location. This is not a CLI input yet either. Have to change source code. I took all of the UTM conversion from https://gist.github.com/twpayne/4409500. I include the "unproject()" function so we can go back to lat/lon for plotting. But this is not currently implemented.