Datasets:
Modalities:
Geospatial
ArXiv:
Tags:
causal-inference
earth-observation
satellite-imagery
geospatial
observational-data
research-data
License:
Update README.md
Browse files
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
|
9 |
|
10 |
Geo-referenced satellite images are saved in
|
11 |
-
|
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 |
|