Closed dougaltoms closed 2 years ago
Hey,
So I think this may be the same problem as this issue: https://github.com/h-a-graham/rayvista/issues/33
Can you try installing elevatr from GitHub to see if that resolves things?
remotes::install_github("jhollist/elevatr")
Cheers, Hugh
That's done the trick, many thanks
This solved it, thanks!
Hey,
When running this code from the readme file:
I get this response:
I get similar response when using
.lat <- 46.504, .long<- 12.946
But code runs successfully with.lat <- 57.219566, .long <- -6.092690
Any idea what is causing this please? Thanks