Closed Jean-Romain closed 2 years ago
lidR::projection no longer extends raster::projection which introduces backward incompatibilities when raster is laoded after lidR
lidR::projection
raster::projection
raster
lidR
library(lidR) LASfile <- system.file("extdata", "Megaplot.laz", package="lidR") ctg = readLAScatalog(LASfile) projection(ctg) #> [1] "+proj=utm +zone=17 +datum=NAD83 +units=m +no_defs" library(raster) #> Le chargement a nécessité le package : sp #> #> Attachement du package : 'raster' #> Les objets suivants sont masqués depuis 'package:lidR': #> #> projection, projection<- projection(ctg) #> [1] NA
Created on 2022-02-03 by the reprex package (v2.0.1)
lidR::projection
no longer extendsraster::projection
which introduces backward incompatibilities whenraster
is laoded afterlidR
Created on 2022-02-03 by the reprex package (v2.0.1)