sebasmos commited on
Commit
3b2dca9
1 Parent(s): 594b3be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -10,7 +10,6 @@ pinned: false
10
  ---
11
 
12
  # Sentinelhub grant: Sponsoring request ID 1c081a - Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite in Collaboration with MIT Critical Data Colombia.
13
- Project supported by ESA Network of Resources Initiative
14
 
15
  Project proposal ([READ MORE](https://eo4society.esa.int/wp-content/uploads/2023/06/towards-a-smart-eco-epidemiological-model-of-dengue-in-colombia-using-satellite.pdf))
16
 
@@ -19,17 +18,16 @@ Project proposal ([READ MORE](https://eo4society.esa.int/wp-content/uploads/2023
19
 
20
  ## Model Description
21
 
22
- - **Repository:** [Code](https://github.com/sebasmos/satellite.extractor)
23
- - The proposed dataset format is shared in [Metadengue](https://github.com/sebasmos/MetaDengue)
 
24
  - **ESA project:** Sponsoring request ID 1c081a - Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite in Collaboration with MIT Critical Data Colombia)
25
  - **Point of Contact:** [Sebastian A. Cajas Ordóñez](mailto:sebasmos@mit.edu)
26
 
27
-
28
  ## Summary
29
 
30
 
31
- Here below find all the dataset's versions and descriptions.
32
-
33
 
34
  *Baseline method from satellite extractor*: Raw data from Sentinel 2LC1 with recursive artifact removal, clouds removal based on LeastCC and Nearest Interpolation for spatial resolution.
35
 
@@ -77,18 +75,17 @@ wget path_to_data/images.zip && unzip images.zip -d images/
77
  wget path_to_data/annotations.zip && unzip annotations.zip -d annotations/
78
  ```
79
 
80
- ## Sponsors
81
-
82
- * Project supported by ESA Network of Resources Initiative.
83
-
84
- Oracle for Research Cloud Credits: “Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite Images” project by the Oracle for Research Program.
85
-
86
  ## Licensing Information
87
  The dataset is released under the terms of MIT. By using this, you are also bound to the respective Terms of Use and License of the original source.
88
 
89
  ## Author & Mantainer
90
 
91
- [Sebastián Cajas Ordóñez](https://sebasmos.github.io/)
 
 
 
 
 
92
 
93
  ## Contributors
94
 
@@ -112,4 +109,15 @@ Satellite extractor, [Source code] GitHub. https://github.com/sebasmos/satellite
112
  journal={arXiv preprint arXiv:2401.11114},
113
  year={2024}
114
  }
 
 
 
 
 
 
 
 
 
 
 
115
  ```
 
10
  ---
11
 
12
  # Sentinelhub grant: Sponsoring request ID 1c081a - Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite in Collaboration with MIT Critical Data Colombia.
 
13
 
14
  Project proposal ([READ MORE](https://eo4society.esa.int/wp-content/uploads/2023/06/towards-a-smart-eco-epidemiological-model-of-dengue-in-colombia-using-satellite.pdf))
15
 
 
18
 
19
  ## Model Description
20
 
21
+ - **Dataset extraction Repository:** [Satellite Extractor Code](https://github.com/sebasmos/satellite.extractor)
22
+ - **ML model training scripts** [SatelliteBench Code](https://github.com/mitcriticaldatacolombia/SatelliteBench.)
23
+ - The proposed dataset format is shared in [Metadengue Repository](https://github.com/sebasmos/MetaDengue)
24
  - **ESA project:** Sponsoring request ID 1c081a - Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite in Collaboration with MIT Critical Data Colombia)
25
  - **Point of Contact:** [Sebastian A. Cajas Ordóñez](mailto:sebasmos@mit.edu)
26
 
 
27
  ## Summary
28
 
29
 
30
+ Here below find all the dataset's versions and descriptions. The dataset employed in this study spans 81 municipalities in Colombia from 2016 to 2018, resulting in a total of 12,636 satellite images. The metadata associated with these images encompasses static sociodemographic variables, indices of poverty, and access to education. Additionally, dynamic epidemiological and climatic metadata were collected, providing a comprehensive spatiotemporal context for the analyses.
 
31
 
32
  *Baseline method from satellite extractor*: Raw data from Sentinel 2LC1 with recursive artifact removal, clouds removal based on LeastCC and Nearest Interpolation for spatial resolution.
33
 
 
75
  wget path_to_data/annotations.zip && unzip annotations.zip -d annotations/
76
  ```
77
 
 
 
 
 
 
 
78
  ## Licensing Information
79
  The dataset is released under the terms of MIT. By using this, you are also bound to the respective Terms of Use and License of the original source.
80
 
81
  ## Author & Mantainer
82
 
83
+ [Sebastián Andrés Cajas Ordóñez](https://sebasmos.github.io/)
84
+
85
+ ## Acknowledgements
86
+
87
+ This work is supported in part by Oracle for Research through Oracle Cloud Credits and related resources provided by Oracle for Research, as well as the European Space Agency’s Network of Resources Initiative under the sponsoring request ID 1c081a, and MISTI-Colombia, Cali seed fund. LAC is funded by the National Institute of Health through R01 EB017205, DS-I Africa U54 TW012043-01 and Bridge2AI OT2OD032701, and the National Science Foundation through ITEST 2148451.
88
+
89
 
90
  ## Contributors
91
 
 
109
  journal={arXiv preprint arXiv:2401.11114},
110
  year={2024}
111
  }
112
+
113
+ @article{moukheiber2024multimodal,
114
+ title={A multimodal framework for extraction and fusion of satellite images and public health data},
115
+ author={Moukheiber, Dana and Restrepo, David and Cajas, Sebasti{\'a}n Andr{\'e}s and Montoya, Mar{\'\i}a Patricia Arbel{\'a}ez and Celi, Leo Anthony and Kuo, Kuan-Ting and L{\'o}pez, Diego M and Moukheiber, Lama and Moukheiber, Mira and Moukheiber, Sulaiman and others},
116
+ journal={Scientific Data},
117
+ volume={11},
118
+ number={1},
119
+ pages={634},
120
+ year={2024},
121
+ publisher={Nature Publishing Group UK London}
122
+ }
123
  ```