Weather data in the ModelChain currently needs to be a MultiIndex DataFrame. This has on the one hand the drawback that the data height can only be a scalar and on the other hand that it is not easy to use for people who have not worked with pandas alot.
Concerning the first issue I will wait for the feedinlib weather data class and maybe use ideas from it for the windpowerlib, so either also add a class or use xarray directly.
Concerning the second issue we should provide an example how to create a MultiIndex DataFrame.