ArcticSnow / TopoPyScale

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

MergeError: coordinate point_id shares a name with a dataset dimension …. #40

Closed joelfiddes closed 1 year ago

joelfiddes commented 2 years ago

l.74 solar_geom.py

running "swat" sim (points in Karakorum)

Same issue as this: https://github.com/pydata/xarray/issues/2931

solved as suggested: "point_id": df_position.index), to "point_id":(("point_id"), df_position.index),

But why?! Have not seen in map jobs.

ArcticSnow commented 1 year ago

Is this still a bug? I do not recall having prob here.