Closed apsteinmetz closed 2 years ago
Thanks very much @apsteinmetz! You are correct - for some reason this happens with the AWS data and I guess it get's updated fairly regularly so errors creep in. I have now added the use of the outler_filter
into the example.
It can be used like so:
cuillins <- plot_3d_vista(lat = .lat, long = .long, phi=30, outlier_filter=0.001)
I also found some changes in the other examples too so thanks for reminding me to update this.
Cheers
This is a wonderful package because it "just works" and simply returns all the pieces needed for great visualizations. Thanks!
The example now breaks because the DEM that's retrieved contains some crazy negative elevations. This results in the render appearing as an enormously tall box with the wee bitty terrain sitting on top. Using
show_vista = FALSE
, this fixes it: