forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaking-use-of-openstreetmap-data-with-python.json
More file actions
35 lines (35 loc) · 1.88 KB
/
making-use-of-openstreetmap-data-with-python.json
File metadata and controls
35 lines (35 loc) · 1.88 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
{
"alias": "video/1129/making-use-of-openstreetmap-data-with-python",
"category": "EuroPython 2011",
"copyright_text": "Standard YouTube License",
"description": "Ever wondered how web maps are created? Ever wondered if you could build\nsomething like Google Maps over a weekend? You probably can't, but this\ntalk will show you the basics of what you need to know, such as\nimporting data, rendering maps and even building simple routes. And all\nof this in Python!\n\nAbstract: \\* Learning how OSM data looks \\* Parsing and importing the\ndata * Rendering maps with Mapnik * Bits of code required to build\ngeocoder * Building simple router with Python and PostGIS * And anything\nelse I forgot to mention in this abstract but will talk about\n\nDefinitions: OpenStreetMap - the so-called \"Wikipedia of maps\" project,\nwith thousands of contributors who edit the map data of the whole world.\nUnlike similar projects, the map data is completely free (both as in\nbeer and as in speech) and thus anyone can make use of it. Mapnik -\nrendering framework, created specifically for OpenStreetMap, written in\nC++ and Python. PostGIS - an extension of PostgreSQL database, with\nsupport for many useful GIS features.\n",
"duration": null,
"id": 1129,
"language": "eng",
"quality_notes": "",
"recorded": "2011-07-13",
"slug": "making-use-of-openstreetmap-data-with-python",
"speakers": [
"Andrii Mishkovskyi"
],
"summary": "[EuroPython 2011] Andrii Mishkovskyi - 22 June 2011 in \"Track Lasagne\"\n",
"tags": [
"gis",
"google",
"importing",
"learning",
"maps",
"parsing",
"postgresql",
"web"
],
"thumbnail_url": "http://i.ytimg.com/vi/ULxpa5jPvow/hqdefault.jpg",
"title": "Making use of OpenStreetMap data with Python",
"videos": [
{
"length": 0,
"type": "youtube",
"url": "http://www.youtube.com/watch?v=ULxpa5jPvow"
}
]
}