You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @matthiasdusch and @fmaussion. This is fantastic! Great work, and glad to see some of this streamlined and centralized. I have scripts/libraries to work with RGI, DEMs, and other glacier mass balance tools scattered across various repos, and it would be great to incorporate some of them here.
I'll submit separate issues on specifics. But will start with this one. I don't think you have a tool to automatically fetch the latest RGI zip - the following script should do so (can be simplified): https://github.com/dshean/demcoreg/blob/master/demcoreg/get_rgi.sh
Might be useful to include?
The text was updated successfully, but these errors were encountered:
Hi @dshean thanks for your comments and contributions!
Yes rgitools definitely lacks some tools you mentioned. So far @fmaussion and I often rely on the equivalent implementation from the OGGM glacier model. E.g. there is a implemented RGI downloader (here).
But I agree, rgitools should have these tools and they should of course be independent of the OGGM framework. Just nor sure about the bash-script. I guess we keep it python in this repo ;-)
Hi @matthiasdusch and @fmaussion. This is fantastic! Great work, and glad to see some of this streamlined and centralized. I have scripts/libraries to work with RGI, DEMs, and other glacier mass balance tools scattered across various repos, and it would be great to incorporate some of them here.
I'll submit separate issues on specifics. But will start with this one. I don't think you have a tool to automatically fetch the latest RGI zip - the following script should do so (can be simplified):
https://github.com/dshean/demcoreg/blob/master/demcoreg/get_rgi.sh
Might be useful to include?
The text was updated successfully, but these errors were encountered: