eth-vaw-glaciology / GlacioTools.jl

MIT License
1 stars 0 forks source link

bugfix alpine glacier #6

Closed luraess closed 1 year ago

luraess commented 1 year ago

The fetch_glacier function was broken wrt alpine glacier selection. This PR fixes following:

luraess commented 1 year ago

Actually still not OK as it now hangs on mask(rasterDat; with=poly) ...

mauro3 commented 1 year ago

Have a look at the code. I think that does what you want it to do.

luraess commented 1 year ago

Have a look at the code. I think that does what you want it to do.

Indeed - that does what I want. Thanks

mauro3 commented 1 year ago

Note that the padding is now in meters and not gridpoints. (oops: edit "not" -> "now")

luraess commented 1 year ago

Will try to add some tests.

mauro3 commented 1 year ago

Merge this now?

luraess commented 1 year ago

I'd say so, and I'll open a new issue to add tests.