-
Notifications
You must be signed in to change notification settings - Fork 1
New dataset: A15 Employees, farmholdings, utilized agricultural area and livestock on level 1 of classification by canton #37
Comments
The dataset is "only" 83MB, but I cannot seem to download it, even when setting it to "large". It is still waiting after 15min. |
@cmdoret For that I think we would need another option |
I tried implementing an tmp <- paste0(tempfile(), ".px")
download.file(ds$read_path, tmp)
df <- pxRRead::scan_px_file(tmp,
locale = ds$lang,
encoding = ds$encoding
)
ds$data <- df$dataframe But the pxRRead::scan_px_file hangs for 10+ minutes at:
After investigation, it appears the culprit is |
Issue addressed upstream in sdsc-ordes/pxRRead#21. The parser can now accommodate huge file. This dataset is parsed in under 1 minute instead of 3h. |
@nooralahzadeh is the structure OK for you?
|
Proposal to include dataset: Employees, farmholdings, utilized agricultural area and livestock on level 1 of classification by canton
Dataset properties
Additional notes
Questions
The text was updated successfully, but these errors were encountered: