Closed apsteinmetz closed 2 years ago
I think this would be good addition to an external package, but I don't think it fits well within rayshader. Clouds are just "window dressing" for the data being visualized, so the fact that the clouds are fake (i.e. not derived from data) isn't a big deal. Visualization of 3D terrain/bathymetry, however, is a primary purpose of the package, so I would be hesitant to add a feature that generates fake data to add to a scene.
makes sense. Thanks.
Along the lines of your cloud rendering, I'd like to suggest simulated bathymetric data. Recently I was using Canadian coastal data and found that, among the craggy fjords of British Columbia, some areas had depth data while others did not. The transitions were kind of jarring so I cobbled together a function to add fake depth data only where depth info is missing. It is not a good one as the bottoms look fake but it is a small improvement. If you are interested I'll link to before and after samples. A fractal generator would be a better approach and I gather your work on clouds probably might apply. Here's what I got: