forked from t0ronto-ca/cookiecutter-datapackage-toronto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
47 lines (47 loc) · 2.07 KB
/
cookiecutter.json
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
{
"dataset_title": "Title of the dataset",
"dataset_slug": "dataset-{{ cookiecutter.dataset_title.lower().replace('\\'', '').replace(' ', '-') }}",
"dataset_short_description": "A short description of the dataset",
"dataset_keywords": [
"copernicus",
"osm",
"inspire:theme:addresses",
"inspire:theme:administrative units",
"inspire:theme:agricultural and aquaculture facilities",
"inspire:theme:area management / restriction / regulation zones & reporting units",
"inspire:theme:atmospheric conditions",
"inspire:theme:bio-geographical regions",
"inspire:theme:buildings",
"inspire:theme:cadastral parcels",
"inspire:theme:coordinate reference systems",
"inspire:theme:elevation",
"inspire:theme:energy resources",
"inspire:theme:environmental monitoring Facilities",
"inspire:theme:geographical grid systems",
"inspire:theme:geographical names",
"inspire:theme:geology",
"inspire:theme:habitats and biotopes",
"inspire:theme:human health and safety",
"inspire:theme:hydrography",
"inspire:theme:land cover",
"inspire:theme:land use",
"inspire:theme:meteorological geographical features",
"inspire:theme:mineral resources",
"inspire:theme:natural risk zones",
"inspire:theme:oceanographic geographical features",
"inspire:theme:orthoimagery",
"inspire:theme:population distribution and demography",
"inspire:theme:production and industrial facilities",
"inspire:theme:protected sites",
"inspire:theme:sea regions",
"inspire:theme:soil",
"inspire:theme:species distribution",
"inspire:theme:statistical units",
"inspire:theme:transport networks",
"inspire:theme:utility and governmental services"
],
"resource_encoding": ["utf-8", "binary"],
"resource_format": [],
"resource_mimetype": ["text/csv", "text/xml", "text/json", "application/atom+xml"],
"_extensions": ["jinja2_time.TimeExtension"]
}