GretaTimaite / UNBigDataHackathon2022

https://gretatimaite.github.io/campr/
0 stars 0 forks source link

select data #3

Open GretaTimaite opened 1 year ago

GretaTimaite commented 1 year ago

We need data!

Initial ideas:

GretaTimaite commented 1 year ago

Heya,

Here's a new dataset for you all. It has joined data from 2000 to 2020 on CO2 emissions, land temperature (only up to 2013), DP per capita, consumption of renewables, climate-related natural disaster frequency, and world shape (e.g. sf geometries for plotting).

Code: https://github.com/GretaTimaite/UNBigDataHackathon2022/blob/main/prep.R

You can download data from GH releases: https://github.com/GretaTimaite/UNBigDataHackathon2022/releases/tag/v0.1

GretaTimaite commented 1 year ago

starting working with World Values Survey... A bit of a mess as it needs a lot of recoding

GretaTimaite commented 1 year ago

finally it looks like I made something workable out of all the WVS data... Fingers crossed the format is correct for Eric's model.

Code is in the prep.R file Data (wvs.csv) can be downloaded from the releases: https://github.com/GretaTimaite/UNBigDataHackathon2022/releases/tag/v0.1

I'll try to sort out the documentation too...

GretaTimaite commented 1 year ago

I think slightly different countries are surveyed in each wave, so we might want to find out the common ones and use these countries as our sample...

R-icntay commented 1 year ago

finally it looks like I made something workable out of all the WVS data... Fingers crossed the format is correct for Eric's model.

Code is in the prep.R file Data (wvs.csv) can be downloaded from the releases: https://github.com/GretaTimaite/UNBigDataHackathon2022/releases/tag/v0.1

I'll try to sort out the documentation too...

Greta, am working on this...