-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
71 lines (71 loc) · 1.73 KB
/
data.json
File metadata and controls
71 lines (71 loc) · 1.73 KB
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
68
69
70
71
{
"data": {
"blogs": [
{
"id": "blog-9",
"title": "Salkantay Trek",
"subtitle": "",
"date": "October 6-15 2017",
"tags": "travel"
},
{
"id": "blog-4",
"title": "First Week in Ayacucho",
"subtitle": "",
"date": "July 30 2017",
"tags": "travel"
},
{
"id": "blog-3",
"title": "VGI",
"subtitle": "",
"date": "January 10 2017",
"tags": "geo"
},
{
"id": "blog-2",
"title": "Opening Our Coordinates",
"subtitle": "Won 2nd Place in Geothink's Op-Ed Competition",
"date": "December 30 2016",
"tags": "geo"
},
{
"id": "blog-1",
"title": "State of the Map Brussels 2016",
"subtitle": "",
"date": "October 17 2016",
"tags": "geo"
}
],
"docs": [
{
"id": "doc-4",
"title": "H2-NO",
"subtitle": "ARCHIVED: Scraping + visualizing government data with XPath + Mapbox GL JS",
"date": "November 19 2017",
"tags": "tutorial"
},
{
"id": "doc-3",
"title": "OSM Data Quality Assessment Lit Review",
"subtitle": "Analyzing the quality of OSM building data",
"date": "June 26 2017",
"tags": "guide"
},
{
"id": "doc-2",
"title": "Crimecouver",
"subtitle": "Visualizing crime data with Mapbox GL JS and React",
"date": "October 23 2017",
"tags": "tutorial"
},
{
"id": "doc-1",
"title": "GIScience Beginner's Guide",
"subtitle": "Documenting tools for GIScience",
"date": "October 23 2017",
"tags": "guide"
}
]
}
}