-
Notifications
You must be signed in to change notification settings - Fork 107
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
Extract velocity fields from ITS_live/GoLIVE at annual/monthly step to the OGGM-glacier grid #1599
Comments
Hello - this is currently hardcoded in OGGM but fairly easy to extend. The lines are here: Lines 23 to 32 in 15ff031
Basically including any month / year from ITS live would involve adapting the URL to get the data from (probably the |
Thanks for your suggestions. I will check and try. |
My recommendation would be to run these tests (or a script that works with average velocity and does what you want) and use a debugger to explore the state of |
Actually probably best not to run the tests but a script which works for you - then use the debugger to understand what the code is doing |
Thanks, Fabien. Considering only the time-series of velocity along the centerline is useful to me, I also think it might be quicker and easier to get the coordinates of points on the centerlines, then extract the velocity through itslive-widget (one of the ITS_LIVE tools) by the interactive way (which might be better if just by code, but have not to figure out), than download the whole velocity fields. What do you think? By the way, if extracting the coordinates of the main centerline(the longest one) during each run, I tried |
Dear OGGM,
I am planning to extract the ITS_live/GoLIVE at an annual/monthly step to the OGGM-glacier grid. At the moment, the default one in OGGM is the average velocity from 1985-2018. Is there a possible and easy way to do this based on its_live.py or millan22.py? Appreciate any suggestions and comments. Thanks always.
The text was updated successfully, but these errors were encountered: