Andy Bunn
Andy Bunn
I would also love to see this implemented. I have a plot I'm trying to get into `plotly` that has three layers of `geom_tile` overlaid and get `geom_NewGeomTile() has yet...
Same question. The `angle` argument seems deprecated.
Has `angle` been deprecated? What's the suggested approach for rotating images with `geom_image`?
Love to see this in next release.
Oops. Sorry. I see it on the website: https://datacarpentry.org/r-raster-vector-geospatial/01-raster-structure.html A From: Drake Asberry ***@***.***> Date: Sunday, March 24, 2024 at 12:24 PM To: datacarpentry/r-raster-vector-geospatial ***@***.***> Cc: Andy Bunn ***@***.***>, Mention...
I maybe did it correctly? I'm pretty much an idiot when it comes to GitHub.
For me, using `geom_raster ` and `geom_spatraster ` are roughly equivalent, which makes sense given that `geom_spatraster` is based on `geom_raster`. They are however, both slower than using `terra::plot` but...
Ah. A [bug](https://github.com/r-lib/actions/issues/965) was opened over there that aligns (partially?) with this issue. Thanks.