Skip to content

Commit 23661fd

Browse files
Update 495-osmnx-python-and-openstreetmap.txt
1 parent ef6add0 commit 23661fd

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

transcripts/495-osmnx-python-and-openstreetmap.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
00:02:44 Who are you?
6666

67-
00:02:44 - My name is Jeff Bowen.
67+
00:02:44 - My name is Jeff Boeing.
6868

6969
00:02:45 I'm an assistant professor at the University of Southern California in Los Angeles. I'm in its Department of Urban Planning and Spatial Analysis. And
7070

@@ -180,7 +180,7 @@
180180

181181
00:06:56 And it's got some pretty wild graphics.
182182

183-
00:07:00 You wanna tell people about this and kinda try to describe it for the folks listening?
183+
00:07:00 You wanna tell people about this and kind of try to describe it for the folks listening?
184184

185185
00:07:04 Yeah, so what these show is the orientation of your city streets.
186186

@@ -220,7 +220,7 @@
220220

221221
00:08:30 but it's 90 degrees.
222222

223-
00:08:32 - Yeah, so in Barcelona, you see that 19th century and early 20th century, Eixample development.
223+
00:08:32 - Yeah, so in Barcelona, you see that 19th century and early 20th century, Example development.
224224

225225
00:08:40 So around medieval old Barcelona, El Defensor de la Dada laid out his grand city plan
226226

@@ -446,11 +446,11 @@
446446

447447
00:15:38 - Yeah, yeah, absolutely.
448448

449-
00:15:40 One of the apps that I use a lot is OnX.
449+
00:15:40 One of the apps that I use a lot is onX.
450450

451-
00:15:43 You know OnX?
451+
00:15:43 You know onX?
452452

453-
00:15:44 - Yeah, OnX is cool.
453+
00:15:44 - Yeah, onX is cool.
454454

455455
00:15:46 You can, I do a lot of off-road motorcycle riding and it'll show you all the little trails and stuff,
456456

@@ -518,7 +518,7 @@
518518

519519
00:17:56 So because of that, I just wanted to call it, yeah, you can see it on screen here.
520520

521-
00:18:00 So I mentioned OpenStreetMaps open data license requires that derivative works provide proper attribution,
521+
00:18:00 So I mentioned OpenStreetMap's open data license requires that derivative works provide proper attribution,
522522

523523
00:18:06 which is really nice 'cause it's a very easy thing to do for the cornucopia of data that they make available.
524524

@@ -700,7 +700,7 @@
700700

701701
00:24:13 - So we count from zero 'cause we're in the Python world.
702702

703-
00:24:16 So notebook zero zero is a good place to start.
703+
00:24:16 So notebook zero is a good place to start.
704704

705705
00:24:19 That kind of steps through some of the basic functionality that most users would be interested in starting with.
706706

@@ -834,7 +834,7 @@
834834

835835
00:28:23 There's this new project I ought to do, so we'll just build it into the package.
836836

837-
00:28:27 - Right, we need to be able to answer new questions, so we gotta have new ways to get to the data, yeah?
837+
00:28:27 - Right, we need to be able to answer new questions, so we got to have new ways to get to the data, yeah?
838838

839839
00:28:32 - Yeah, exactly.
840840

@@ -910,7 +910,7 @@
910910

911911
00:31:15 Challenge with the Overpass API--
912912

913-
00:31:18 you can see a little bit of it here on screen-- is that the OverpassQL, it's query language,
913+
00:31:18 you can see a little bit of it here on screen-- is that the Overpass QL, it's query language,
914914

915915
00:31:23 can be really hard to work with to do complex stuff.
916916

@@ -1012,7 +1012,7 @@
10121012

10131013
00:34:09 - Yeah.
10141014

1015-
00:34:10 - Yeah, so for something like this, what OSMNX does is it puts that kind of overpatch query
1015+
00:34:10 - Yeah, so for something like this, what OSMNX does is it puts that kind of over patch query
10161016

10171017
00:34:16 into much more natural language.
10181018

@@ -1868,7 +1868,7 @@
18681868

18691869
01:01:05 We should be right at the top.
18701870

1871-
01:01:06 You can also find the iTunes feed at /itunes, the Google Play feed at /play, and the Direct
1871+
01:01:06 You can also find the iTunes feed at /iTunes, the Google Play feed at /play, and the Direct
18721872

18731873
01:01:12 RSS feed at /rss on talkpython.fm.
18741874

@@ -1885,4 +1885,3 @@
18851885
01:01:30 I really appreciate it.
18861886

18871887
01:01:31 Now get out there and write some Python code.
1888-

0 commit comments

Comments
 (0)