-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdatapackage.json
35 lines (35 loc) · 955 Bytes
/
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
{
"name": "geo-boundaries-world-110m",
"title": "Country Polygons as GeoJSON at 1:110m",
"version": "0.1.0",
"description": "geodata data package providing geojson polygons for all the world's countries",
"repository": {
"type": "git",
"url": "git://github.com/datasets/geo-boundaries-world-110m.git"
},
"sources": [{
"name": "Natural Earth",
"web": "http://www.naturalearthdata.com/downloads/10m-cultural-vectors/"
}],
"keywords": [
"geodata",
"vector"
],
"licenses": [{
"type": "ODC-PDDL",
"url": "http://opendatacommons.org/licenses/pddl/1.0/"
}],
"resources": [
{
"name": "countries",
"path": "countries.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 689418
}
],
"bugs": {
"url": "https://github.com/datasets/geo-boundaries-world-110m/issues"
},
"homepage": "https://github.com/datasets/geo-boundaries-world-110m"
}