dieghernan / tidyterra

tidyverse and ggplot2 methods for terra spatial objects
https://dieghernan.github.io/tidyterra/
Other
167 stars 7 forks source link

geom_spatvector() with 3D (xyz) coordinates? #71

Closed aloboa closed 1 year ago

aloboa commented 1 year ago

Is it possible to plot vector objects with XYZ coordinates? For example, to plot flight lines or center points of drone photograms.

dieghernan commented 1 year ago

Hi:

I don't think so. tidyterra provides bindings to ggplot2, and I think 3D charts are not supported on ggplot2.

I recommend you to explore another packages, maybe rayshader can be an alternative.