search for: ukborders

Displaying 4 results from an estimated 4 matches for "ukborders".

Did you mean: borders
2016 Jun 22
2
dowload.file(method="libcurl") and GET vs. HEAD requests
...lem come up in two different places. The first is from an issue that someone filed for the downloader package. The following works in R 3.2.4, but in R 3.3.0, it fails with a 404 (tested on a Mac): options(internet.info=1) # Show verbose download info url <- "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" download.file(url, destfile = "out.zip", method="libcurl") In R 3.3.0, the download succeeds with method="wget", and method="curl". It's only method="libcurl" that has problems. The...
2016 Jun 22
1
dowload.file(method="libcurl") and GET vs. HEAD requests
...is from an issue that someone filed for the downloader >> package. The following works in R 3.2.4, but in R 3.3.0, it fails with >> a 404 (tested on a Mac): >> options(internet.info=1) # Show verbose download info >> url <- >> "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" >> download.file(url, destfile = "out.zip", method="libcurl") >> >> In R 3.3.0, the download succeeds with method="wget", and >> method="curl". It's only method="li...
2005 Oct 12
1
Historical England and Wales Shape Files
Dear R-user, I would like to apply spatial statistics on some historical data, in particular from 1850 to 1900 by registration district of England and Wales. I have searched in the R-archive, but unsuccessfully. Do you know whether R contains those shape files? Or where would be possible to download and use in R? Thanks in advance, Carlo Giovanni Camarda +++++ This mail has been sent through the
2016 Jun 22
0
dowload.file(method="libcurl") and GET vs. HEAD requests
...aces. > > The first is from an issue that someone filed for the downloader > package. The following works in R 3.2.4, but in R 3.3.0, it fails with > a 404 (tested on a Mac): > options(internet.info=1) # Show verbose download info > url <- "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" > download.file(url, destfile = "out.zip", method="libcurl") > > In R 3.3.0, the download succeeds with method="wget", and > method="curl". It's only method="libcurl" that...