Phil · @philcee
176 followers · 317 posts · Server photog.social
geocaruso · @geocaruso
202 followers · 54 posts · Server mstdn.social

Re-my previous post. Thanks @rcarto for the maptiles Rstats pkg . Works as a charm (after I updated my R setup to 4.2.3 ;-)

And for those who'd like to try with Luxembourgish public data:

LUX<-sf::st_read("data.public.lu/fr/datasets/r/1")

i=11

LUX[i,]

iosmtile <-maptiles::get_tiles(LUX[i,] ,crop = TRUE, zoom = 14)

ggplot()+
geom_spatraster_rgb(data = iosmtile)+
theme_bw()

#eschsuralzette

Last updated 1 year ago