Skip to content

Replication code for "The Mismeasure of Weather: Using Remotely Sensed Weather in Economic Contexts."

License

Notifications You must be signed in to change notification settings

AIDELabAZ/mismeasure_weather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimating the Impact of Weather on Agriculture

This README describes the directory structure & should enable users to replicate all cleaning code used in the populated pre-analysis plan "Estimating the Impact of Weather on Agriculture." The main project site is on OSF. Because the weather data contains confidential information, it is not publically available. This means the weather code will not function, as that data is held by the World Bank. Without the weather data, the results cannot be replicated from raw data to final analysis. Contact Drs. Jeffrey D. Michler or Anna Josephson and they can share an intermediate - de-identified - version of the weather data for use in replicating the results.

This README was last updated on 25 May 2022.

Index

Project Team

Contributors:

  • Jeffrey D. Michler [jdmichler@arizona.edu] (Conceptualizaiton, Supervision, Visualization, Writing)
  • Anna Josephson [aljosephson@arizona.edu] (Conceptualizaiton, Supervision, Visualization, Writing)
  • Talip Kilic (Conceptualization, Resources, Writing)
  • Siobhan Murray (Conceptualization, Writing)
  • Brian McGreal (Data curation)
  • Alison Conley (Data curation)
  • Emil Kee-Tui (Data curation)

Data cleaning

The code in this repository is primarily for replicating the cleaning of the household LSMS-ISA data. This requires downloading this repo and the household data from the World Bank webiste. The projectdo.do should then replicate the data cleaning process.

Pre-requisites

Stata req's

  • The data processing and analysis requires a number of user-written Stata programs:
    1. weather_command
    2. blindschemes
    3. estout
    4. customsave
    5. winsor2
    6. mdesc
    7. distinct

Folder structure

The OSF project page provides more details on the data cleaning.

For the household cleaning code to run, the public use microdata must be downloaded from the World Bank Microdata Library. Furthermore, the data needs to be placed in the following folder structure:

weather_and_agriculture
├────household_data      
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──weather_data
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──merged_data
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──regression_data
│    ├──country          /* one dir for each country */
│    └──logs
└────results_data        /* overall analysis */
     ├──tables
     ├──figures
     └──logs

About

Replication code for "The Mismeasure of Weather: Using Remotely Sensed Weather in Economic Contexts."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Stata 100.0%