cjerzak commited on
Commit
cc0147c
·
verified ·
1 Parent(s): 3022fc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
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
+
15
+ **Paper Reference:** Connor T. Jerzak, Fredrik Johansson, Adel Daoud. Integrating Earth Observation Data into Causal Inference: Challenges and Opportunities. ArXiv Preprint, 2023.