-
Notifications
You must be signed in to change notification settings - Fork 10
/
datapackage.json
36 lines (36 loc) · 994 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
36
{
"name" : "postleitzahlen-de",
"version": "1.0.5",
"title" : "Postleitzahlen Deutschland",
"description": "german postcode areas 2024",
"license": "ODbL-1.0",
"sources" : [{
"title": "OpenStreetMap",
"path": "https://www.openstreetmap.org/"
}],
"resources": [{
"path": "data/postleitzahlen.geojson",
"name": "postleitzahlen-de",
"format": "json",
"mediatype": "application/geo+json"
},{
"path": "data/postleitzahlen.topojson",
"name": "postleitzahlen-de",
"format": "json",
"mediatype": "application/topo+json"
}],
"contributors": [{
"name": "yetzt",
"url": "https://yetzt.me"
},{
"name": "OpenStreetMap contributors",
"url": "https://www.openstreetmap.org/"
}],
"repository": {
"type": "git",
"url": "https://github.com/yetzt/postleitzahlen.git"
},
"keywords": ["germany","postcodes","shapes","geodata","geojson","topojson"],
"homepage": "https://github.com/yetzt/postleitzahlen",
"bugs": "https://github.com/yetzt/postleitzahlen/issues"
}