Skip to content

Convert map pdf in raster

3 messages · Lara Silva, Michael Sumner

#
Hello,

Is it possible to convert a map im pdf to a raster?
Another question. I need to obtain a raster of land use and land cover of
Europe. Which site to choose?

Thanks,

Lara
#
Try

 r <- raster::brick(pdffile)

#(requires rgdal with PDF driver)

raster::plotRGB(r)

Alternatively, try stars::read_stars

HTH
On Wed, Mar 27, 2019, 02:43 Lara Silva <lara.sfp.silva at gmail.com> wrote:

            
#
Thanks a lot!

Michael Sumner <mdsumner at gmail.com> escreveu no dia ter?a, 26/03/2019 ?(s)
19:43: