wpgp / wpgpDownloadR

A toolset for finding and downloading WorldPop (Global Project) products.
5 stars 3 forks source link

data from constrained top down methods #6

Open rafapereirabr opened 3 years ago

rafapereirabr commented 3 years ago

Hi all.

I'm trying to download 'constrained individual country' data for Sweden in 2020. I've used the code below to find all data sets available for Sweden but it seems the data from constrained top down methods are not available. Or am I missin something?

Thank you for your help and for such wonderful project and package.

library(wpgpDownloadR)

catalogue <- wpgpListCountryDatasets(ISO3="SWE")
head(catalogue)
bondarenkom commented 3 years ago

Unfortunately "wpgpDownloadR" package allows to download only un-constrained population data. We will update the package in the near future, but currently the package supports only un-constrained data.

rafapereirabr commented 3 years ago

Hi @bondarenkom . Thank you for the quick response! I'll keep an eye on the package development. Thank you again for the package.