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
Convert map pdf in raster
3 messages · Lara Silva, Michael Sumner
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:
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
[[alternative HTML version deleted]]
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
Dr. Michael Sumner Software and Database Engineer Australian Antarctic Division 203 Channel Highway Kingston Tasmania 7050 Australia [[alternative HTML version deleted]]
Thanks a lot! Michael Sumner <mdsumner at gmail.com> escreveu no dia ter?a, 26/03/2019 ?(s) 19:43:
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:
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
[[alternative HTML version deleted]]
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
-- Dr. Michael Sumner Software and Database Engineer Australian Antarctic Division 203 Channel Highway Kingston Tasmania 7050 Australia