Closed harshvardhaniimi closed 3 years ago
Hey @harshvardhaniimi ,
Thanks for your question.
The wopr
R package only provides access to bespoke population estimates that we have produced for individual countries. The wopr catalogue should include everything available from wopr.worldpop.org.
The global datasets you are looking for are available from the WorldPop FTP server: ftp://ftp.worldpop.org/GIS/Population/. You can download files via ftp from the R console using the utils
package:
utils::download.file(url = "ftp://ftp.worldpop.org/GIS/Population/Global_2000_2020/2020/IND/ind_ppp_2020.tif",
destfile = "ind_ppp_2020.tif",
mode="wb",
quiet=FALSE,
method="libcurl")
I hope this helps.
Best, -Doug
The catalogue lists only 51 countries for which data is available. The population dataset is available only for eight countries. Can this be updated, please? Could you please help me out if I'm missing something?
I know other datasets are available (for example, here's a list of datasets for India).