RainFarm Weights error on latitude outputs
Hi @tkariyat
The coordinates issue in the output of CST_RFWeights persisted. After checking the functions, we identified what appears to be a bug in the RF_Weights function, at least in the version we are using. Specifically, the code currently reads (I attached the code):
res[[latname]] <- grid$lon
However, this line should most likely be:
res[[latname]] <- grid$lat
Could you help with this issue?
Thanks,
Núria