ArcticSnow / TopoPyScale

TopoPyScale: a Python library to perform simplistic climate downscaling at the hillslope scale
https://topopyscale.readthedocs.io
MIT License
39 stars 9 forks source link

to_musa() bug when attempting downscaling on a list of points #59

Closed ealonsogzl closed 1 year ago

ealonsogzl commented 1 year ago

When method: points, to_musa() tries to write the labels, but they are not available, generating an exception.

This is a very simple non-invasive fix, tested for both method:points and method: toposub

ArcticSnow commented 1 year ago

Thank you Esteban!