-
Notifications
You must be signed in to change notification settings - Fork 7
/
datapackage.json
67 lines (67 loc) · 1.93 KB
/
datapackage.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "geo-nuts-administrative-boundaries",
"title": "European NUTS boundaries as GeoJSON at 1:60m",
"version": "0.3.0",
"description": "geodata data package providing geojson polygons and shp for administratives European NUTS levels 1, 2 and 3",
"repository": {
"type": "git",
"url": "git://github.com/datasets/geo-nuts-administrative-boundaries.git"
},
"sources": [
{
"name": "GISCO (the Geographical Information System at the COmmission)",
"path": "http://ec.europa.eu/eurostat/web/gisco/geodata/reference-data",
"title": "GISCO (the Geographical Information System at the COmmission)"
}
],
"keywords": [
"geodata",
"vector",
"nuts",
"europe"
],
"licenses": [
{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}
],
"resources": [
{
"name": "NUTS_RG_60M_2024_4326_LEVL_1",
"path": "data/NUTS_RG_60M_2024_4326_LEVL_1.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 225475
},
{
"name": "NUTS_RG_60M_2024_4326_LEVL_2",
"path": "data/NUTS_RG_60M_2024_4326_LEVL_2.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 354530
},
{
"name": "NUTS_RG_60M_2024_4326_LEVL_3",
"path": "data/NUTS_RG_60M_2024_4326_LEVL_3.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 900049
}
],
"bugs": "https://github.com/datasets/geo-nuts-administrative-boundaries/issues",
"homepage": "https://github.com/datasets/geo-nuts-administrative-boundaries",
"contributors": [
{
"title": "Dainis Gorbunovs",
"email": "[email protected]"
},
{
"title": "Thomas Gratier",
"email": "[email protected]",
"role": "maintainer"
}
],
"collection": "geojson"
}