-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathhdx_base_configuration.yaml
More file actions
executable file
·88 lines (88 loc) · 2.12 KB
/
Copy pathhdx_base_configuration.yaml
File metadata and controls
executable file
·88 lines (88 loc) · 2.12 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# HDX configuration
hdx_prod_site:
url: "https://data.humdata.org"
hdx_stage_site:
url: "https://stage.data-humdata-org.ahconu.org"
hdx_feature_site:
url: "https://feature.data-humdata-org.ahconu.org"
hdx_dev_site:
url: "https://dev.data-humdata-org.ahconu.org"
hdx_demo_site:
url: "https://demo.data-humdata-org.ahconu.org"
hdx_bluedemo_site:
url: "https://blue.demo.data-humdata-org.ahconu.org"
hdx_greendemo_site:
url: "https://green.demo.data-humdata-org.ahconu.org"
dataset:
required_fields:
- name
- private
- title
- notes
- dataset_source
- owner_org
- maintainer
- dataset_date
- data_update_frequency
- groups
- license_id
- methodology
- tags
dataset-requestable:
required_fields:
- name
- title
- notes
- dataset_source
- owner_org
- maintainer
- dataset_date
- data_update_frequency
- groups
- tags
- field_names
- file_types
- num_of_rows
resource:
required_fields:
- package_id
- name
- format
- description
- url_type
- resource_type
showcase:
required_fields:
- name
- title
- notes
- url
- image_url
- tags
user:
required_fields:
- name
- email
- password
- fullname
- about
ignore_on_update: password
organization:
required_fields:
- name
- title
- description
"resource view":
required_fields:
- resource_id
- title
- view_type
vocabulary:
required_fields:
- name
- tags
approved_tags_vocabulary: Topics
tags_list_url: "https://docs.google.com/spreadsheets/d/e/2PACX-1vQD3ba751XbWS5GVwdJmzOF9mc7dnm56hE2U8di12JnpYkdseILmjfGSn1W7UVQzmHKSd6p8FWaXdFL/pub?gid=1768359211&single=true&output=csv"
tags_mapping_url: "https://docs.google.com/spreadsheets/d/e/2PACX-1vQD3ba751XbWS5GVwdJmzOF9mc7dnm56hE2U8di12JnpYkdseILmjfGSn1W7UVQzmHKSd6p8FWaXdFL/pub?gid=0&single=true&output=csv"
# https://docs.google.com/spreadsheets/d/1_nhIETuzJhlsNEOv39PhZ66lpENTlfjH/edit#gid=334970416
formats_mapping_url: "https://raw.githubusercontent.com/OCHA-DAP/hdx-ckan/master/ckanext-hdx_package/ckanext/hdx_package/config/resource_formats.json"