build/canada-1M-coastline.R

download.file(
paste(
"http://ftp.geogratis.gc.ca",
"pub/nrcan_rncan/vector/framework_cadre/Atlas_of_Canada_1M",
"boundary/AC_1M_BoundaryPolygons.shp.zip",
sep="/"
),
"AC_1M_BoundaryPolygons.shp.zip"
)

unzip("AC_1M_BoundaryPolygons.shp.zip", exdir="AC")
TobieSurette/gulf.spatial documentation built on Sept. 26, 2024, 7:41 p.m.