-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhumanitarian_needs_parameters.yaml
68 lines (68 loc) · 2.57 KB
/
humanitarian_needs_parameters.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
- Parameter: '`resource_hdx_id`'
Description: Unique resource UUID on HDX
Source: '[`Resource`](metadata.md#resource)'
- Parameter: '`category`'
Description: >
A category combining gender, age range, disability marker and
population group information
Source:
- Parameter: '`sector_code`'
Description: >
The sector code, derived either from the
[Global Coordination Groups](https://data.humdata.org/dataset/global-coordination-groups-beta?)
dataset, or created for HDX HAPI
Source: '[`Sector`](metadata.md#sector)'
- Parameter: '`sector_name`'
Description: The name of the sector
Source: '[`Sector`](metadata.md#sector)'
- Parameter: '`population_status`'
Description: The population status, such as in-need or targeted
Source: '[`Population Status`](enums.md#population-status)'
- Parameter: '`population`'
Description: The number of people
Source:
- Parameter: '`reference_period_start`'
Description: The start date for which the data are applicable
Source:
- Parameter: '`reference_period_end`'
Description: The end date for which the data are applicable
Source:
- Parameter: '`location_code`'
Description: >
Location p-code, based on the ISO-3 (ISO 3166 alpha-3) standard
Source: '[`Location`](metadata.md#location)'
- Parameter: '`location_name`'
Description: >
Location name, based on the "short name" from the
[UN M49 Standard](https://unstats.un.org/unsd/methodology/m49/#fn2)
Source: '[`Location`](metadata.md#location)'
- Parameter: '`location_ref`'
Description: >
A reference to the `id` of the associated entry in the `location` table
Source: '[`Location`](metadata.md#location)'
- Parameter: '`admin1_code`'
Description: Admin 1 p-code
Source: '[`Admin 1`](metadata.md#admin1)'
- Parameter: '`admin1_name`'
Description: Admin 1 name
Source: '[`Admin 1`](metadata.md#admin1)'
- Parameter: '`provider_admin1_name`'
Description: Admin 1 names provided in the original source data
Source:
- Parameter: '`admin1_ref`'
Description: >
A reference to the `id` of the associated entry in the `admin 1` table
Source: '[`Admin 1`](metadata.md#admin1)'
- Parameter: '`admin2_code`'
Description: Admin 2 p-code
Source: '[`Admin 2`](metadata.md#admin2)'
- Parameter: '`admin2_name`'
Description: Admin 2 name
Source: '[`Admin 2`](metadata.md#admin2)'
- Parameter: '`provider_admin2_name`'
Description: Admin 2 names provided in the original source data
Source:
- Parameter: '`admin2_ref`'
Description: >
A reference to the `id` of the associated entry in the `admin 2` table
Source: '[`Admin 2`](metadata.md#admin2)'