-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
35 lines (35 loc) · 1.58 KB
/
data.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
{
"id": "https://github.com/EdinburghCityScope/nrs-dwellings-hectare",
"title": "Dwelligns per Hectare in Edinburgh",
"description": "Number of dwellings per hectare in Edinburgh.",
"landingPage": "https://github.com/EdinburghCityScope/nrs-dwellings-hectare",
"issued": "2016-10-21",
"modified": "2016-11-22",
"language": [
"en"
],
"publisher": {
"name": "National Records of Scotland",
"mbox": "[email protected]"
},
"spatial": "http://www.geonames.org/maps/google_55.95_-3.193.html",
"keyword": [
"housing"
],
"distribution": [
{
"title": "Edinburgh Data Zones 2001",
"description": "Data Zones 2001 boundaries in GeoJSON.",
"mediaType": "application/vnd.geo+json",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/nrs-dwellings-hectare/master/data/data-zones-2001.json",
"license": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"
},
{
"title": "Edinburgh Dwellings per Hectare data",
"description": "Dwellings per Hectare in Edinburgh Data Zones 2001 as published by National Records of Scotland. Data taken from http://statistics.gov.scot/data/dwellings-hectare",
"mediaType": "text/csv",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/nrs-dwellings-hectare/master/data/dwellings-hectare.csv",
"license": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"
}
]
}