[R-sig-Geo] R-sig-Geo Digest, Vol 180, Issue 3

Richard Careaga public @ending from c@re@g@@net
Mon Aug 6 19:37:43 CEST 2018


I can confirm that the snippet works on OSX 10.136 (17G65)


On August 6, 2018 at 3:01:47 AM, r-sig-geo-request using r-project.org (
r-sig-geo-request using r-project.org) wrote:

pkg <- "rgdal"
exdir <- file.path(system.file(package=pkg), "proj")
list.files(exdir)
tf <- tempfile()
fl <- "http://download.osgeo.org/proj/proj-datumgrid-1.7.zip"
download.file(fl, tf)
unzip(tf, exdir=exdir)
list.files(exdir)

	[[alternative HTML version deleted]]



More information about the R-sig-Geo mailing list