Mike Spencer
Mike Spencer
Same error is occurring. Of the 33.7 MB file I get 15, 16.7 & 17.8 MB. I think it's too consistent for it to be a problem with my internet...
Same connection error when downloading other files, e.g. running `geodb_download("wielkopolskie", outdir = "./data")` from https://cran.r-project.org/web/packages/rgugik/vignettes/orthophotomap.html
Error also on `topodb_download("bieszczadzki", outdir = "./data")`. Again at ~15 MB downloaded.
The first 2.4 MB file from `test-topodb_download.R` downloads, but larger files fail at ~15 MB.
I suggest adding a larger file to the download tests to catch the `connection error`.
> Sorry for that. I will investigate it. Do you use LAN or WiFi connection? > I'm on a wired, 1 GB/s, connection to my router. It's not a particularly...
OK, attempts here: > test1 = 'https://opendata.geoportal.gov.pl/NumDaneWys/NMPT/73043/73043_917495_N-33-130-D-b-1-1.asc' > test2 = 'https://integracja.gugik.gov.pl/Budynki3D/pobierz.php?plik=powiaty/lod1/3064_gml.zip' > > tic = proc.time() > curl::curl_download(test1, "test.zip", quiet = FALSE) [100%] Downloaded 141586478 bytes... > proc.time() - tic...
@kadyb that works fine for me.
Can you add the fix (e.g. `method = "wget"`) to the vignettes? It's going to be something that trips up a beginner.
Hi Allison, Problems: * Dataset is location specific, place names are difficult for those not familiar with the area * Specific terms, e.g. mud daub, which are difficult for non-English...