You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# CONTRIBUTING
2
2
This project is inherently open-source and collaborative. We will structure this respository and project to faciliate volunteer contributions. Please follow the guidelines available below to get started and contribute as efficiently as possible.
3
3
Just a few quick notes:
4
-
- Algorithms should use open-source technologies.
5
-
- Dataset used should be open-source or easily available and trackable.
4
+
- Algorithms should use open-source technologies.
5
+
- Dataset used should be open-source or easily available and trackable.
6
6
7
7
8
8
## Initial data and datasets involved
@@ -21,17 +21,20 @@ Below is a tentative outline of the proposed tasks to estimate the extent and po
21
21
- Data acquisition
22
22
- List of coordinates for the settlements of interest (formal or informal).
23
23
- Create dataset of public satellite imagery containing each settlement
24
-
- Contour detection and size estimation
24
+
- Contour detection and size estimation (At this stage, a square meter estimate should be enough. However, it is important to keep in mind that ultimately, the most useable size metric is `population`.)
25
25
- Validate results visually or with existing location datasets.
26
26
27
27
### Task I-b (Optional - Not needed if results of Phase I are satisfactory)
28
28
- Data augmentation
29
29
- Use human input (i.e. Mechanical Turk) to create a training dataset with crowd-sourced contours.
30
30
- New iteration of contour / sizing algorithms with added input for accuracy. The additional info and human input will allow the use of more complex algorithms for training.
31
31
32
+
32
33
### Task II - Population Estimation
33
34
- Research settlement size estimates at different dates.
34
-
- Explore algorithms to estimate settlement population including extrapolation/downscaling of existing datasets
35
+
- Explore algorithms to estimate settlement population including extrapolation/downscaling of existing datasets.
36
+
- Ultimately, population is most actionable size metric. A few use-cases are listed in [APPLICATIONS](APPLICATIONS.md); among other things, estimations would be used for tracking population displacements and resource allocation.
37
+
35
38
36
39
### Task III - Tracking
37
40
- Test algorithms on “live” data, i.e. Planet or DG.
@@ -60,4 +63,3 @@ Usually, we will try and keep issues with tags to orient contributors. Here are
60
63
61
64
## Maintainer
62
65
The maintainer associated to this project is `ericboucher`. If you have any questions, you can contact him at [[email protected]](mailto:[email protected])
0 commit comments