cjerzak commited on
Commit
823c032
·
verified ·
1 Parent(s): 54b86c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,10 +5,10 @@ license: mit
5
  **Replication Data for:** Integrating Earth Observation Data into Causal Inference: Challenges and Opportunities
6
 
7
  **Details:**
8
- `YandW_mat.csv` contains individual-level observational data. In the dataset, LONGITUDE and LATITUDE refer to the approximate geo-referenced long/lat of observational units. Experimental outcomes are stored in Yobs. Treatment variable is stored in Wobs. See the tutorial for more information. The unique image key for each observational unit is saved in UNIQUE_ID.
9
 
10
  Geo-referenced satellite images are saved in
11
- "./Nigeria2000_processed/%s_BAND%s.csv"", where the first "%s" refers to the the image key associated with each observation (saved in UNIQUE_ID in YandW_mat.csv) and BAND%s refers to one of 3 bands in the satellite imagery.
12
 
13
  **Code Link:** https://github.com/cjerzak/causalimages-software/
14
 
 
5
  **Replication Data for:** Integrating Earth Observation Data into Causal Inference: Challenges and Opportunities
6
 
7
  **Details:**
8
+ `YandW_mat.csv` contains individual-level observational data. In the dataset, `LONGITUDE` and `LATITUDE` refer to the approximate geo-referenced long/lat of observational units. Experimental outcomes are stored in `Yobs`. The treatment variable is stored in `Wobs`. The unique image key for each observational unit is saved in `UNIQUE_ID`.
9
 
10
  Geo-referenced satellite images are saved in
11
+ `./Nigeria2000_processed/%s_BAND%s.csv`, where the first "`%s`" refers to the image key associated with each observation (saved in `UNIQUE_ID` in `YandW_mat.csv`) and `BAND%s` refers to one of 3 bands in the satellite imagery.
12
 
13
  **Code Link:** https://github.com/cjerzak/causalimages-software/
14