Skip to content

Commit

Permalink
Update with bigger buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 31, 2023
1 parent f818d26 commit 08d75de
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 deletions osm.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,11 @@ if (!"pyrosm" %in% py_pkg_names) {
}
```

Search for Poznan in extracts available from `pyrosm` as follows (note: this fails for me currently):
<!---
See issue here https://github.com/HTenkanen/pyrosm/issues/217
--->
Search for Poznan in extracts available from `pyrosm` as follows (note: this fails for me currently as documented in [github.com/HTenkanen/pyrosm/issues/217](https://github.com/HTenkanen/pyrosm/issues/217)):


```{python}
#| eval: false
Expand Down Expand Up @@ -352,6 +356,8 @@ pip install osmnx
# Installed Python packages:
if (!"osmnx" %in% py_pkg_names) {
reticulate::py_install("osmnx")
reticulate::py_install("geopandas")
reticulate::py_install("matplotlib")
}
```

Expand All @@ -367,15 +373,36 @@ poznan_polygon.plot();
Download the cycling network for Poznan as follows:

```{python}
poznan_cycle_network = ox.graph_from_polygon(poznan_polygon.geometry[0], network_type="bike")
G_cycle = ox.graph_from_polygon(poznan_polygon.geometry[0], network_type="bike")
```

Plot the results:

```{python}
ox.plot_graph(poznan_cycle_network)
ox.plot_graph(G_cycle)
```

Get basic stats as follows:

```{python}
stats = ox.basic_stats(G_cycle, area=area)
pd.Series(stats)
```

Calculate the centrality across the network as follows:

```{python}
```
We can convert the object into a 'GeoDataFrame' as follows:

```{python}
cycle_gdf = ox.graph_to_gdfs(G_cycle, edges=True)
```

```{python}
# Ideas for using OSM data {#sec-ideas}
Expand Down
2 changes: 1 addition & 1 deletion pois_buffer_simple.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "pois_buffer_simple",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 16.948159259785697, 52.467018649468393 ], [ 16.945906834527854, 52.468121899022563 ], [ 16.943592045109263, 52.468719836988946 ], [ 16.941381762279136, 52.46887364217018 ], [ 16.939109306218256, 52.468522114050636 ], [ 16.937373939872934, 52.468005793222993 ], [ 16.937108273064851, 52.467787665284952 ], [ 16.936051996110599, 52.467128559159598 ], [ 16.935081980435235, 52.466199559317872 ], [ 16.934358619911684, 52.464848486957415 ], [ 16.934471752424528, 52.463502992980544 ], [ 16.935220658549092, 52.462149726094758 ], [ 16.935997753658334, 52.461349565140729 ], [ 16.936290919708703, 52.461306434178326 ], [ 16.936738085654181, 52.46089772799975 ], [ 16.93861995174105, 52.460020735172577 ], [ 16.945140974580962, 52.45674634129314 ], [ 16.947522749316381, 52.456052786486083 ], [ 16.949682855564937, 52.455820451435258 ], [ 16.952306640859632, 52.456119876247257 ], [ 16.953924663617688, 52.456653121987927 ], [ 16.955240458372092, 52.457316604640816 ], [ 16.956699516946028, 52.458816298902384 ], [ 16.95722048431605, 52.460454222935972 ], [ 16.956858033714674, 52.461707911748569 ], [ 16.956143116993886, 52.462606287155467 ], [ 16.9560629601567, 52.462682397268459 ], [ 16.955363051221511, 52.463299917159596 ], [ 16.9546475126308, 52.463791130258393 ], [ 16.948159259785697, 52.467018649468393 ] ] ] } }
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 16.961359083253136, 52.46173065544285 ], [ 16.961458119818108, 52.461887537150041 ], [ 16.961137526208748, 52.462191990673546 ], [ 16.961286081198967, 52.462427315261266 ], [ 16.961051504466504, 52.462461880225845 ], [ 16.961150541060281, 52.462618763929569 ], [ 16.96091596322815, 52.462653328701585 ], [ 16.96101499952767, 52.462810212989766 ], [ 16.96033727095481, 52.463767464168853 ], [ 16.960104233932011, 52.463804479155243 ], [ 16.960201721058141, 52.463958915580243 ], [ 16.959967135528014, 52.463993479004095 ], [ 16.960066169767384, 52.464150367383468 ], [ 16.959831583137515, 52.464184930614707 ], [ 16.959930617082524, 52.464341819578536 ], [ 16.95954484672643, 52.464441526973971 ], [ 16.959325885450919, 52.464602397323453 ], [ 16.959424917601229, 52.464759287797484 ], [ 16.959122548419085, 52.464889576360534 ], [ 16.958820177894797, 52.465019864294945 ], [ 16.9589192082503, 52.46517675627917 ], [ 16.958450024523778, 52.465245878145531 ], [ 16.958549053378832, 52.465402771055487 ], [ 16.958079867665166, 52.465471891468631 ], [ 16.958178895019724, 52.465628785304325 ], [ 16.957641922971703, 52.465793631106088 ], [ 16.957339543485073, 52.465923916532219 ], [ 16.95743856783848, 52.466080812219325 ], [ 16.95675563154316, 52.466192131738516 ], [ 16.956833802132152, 52.466341382452406 ], [ 16.955759835833575, 52.466671061181216 ], [ 16.955858853272645, 52.46682796032794 ], [ 16.9552045648682, 52.467010074039358 ], [ 16.954784873363263, 52.467157631312503 ], [ 16.954883886594455, 52.467314532651784 ], [ 16.953809893074588, 52.467644195891737 ], [ 16.953908902097634, 52.467801099423504 ], [ 16.953371899593872, 52.467965928382796 ], [ 16.95283489496758, 52.468130754918477 ], [ 16.952933899782195, 52.468287660642673 ], [ 16.952313488730553, 52.468421896040283 ], [ 16.95232908930922, 52.468548213281395 ], [ 16.951859879042278, 52.468617308392318 ], [ 16.951958879648199, 52.468774216308873 ], [ 16.951338462373876, 52.468908446788689 ], [ 16.951119452259018, 52.469069311011978 ], [ 16.950884845298713, 52.469103856312806 ], [ 16.950983841695663, 52.469260766421655 ], [ 16.950212210380403, 52.469460127706085 ], [ 16.949909793736921, 52.469590398679543 ], [ 16.950008785924631, 52.46974731098063 ], [ 16.949311143239857, 52.469860745830353 ], [ 16.949403945903828, 52.470007852307241 ], [ 16.948749607015376, 52.470189933670255 ], [ 16.948262063651278, 52.470433199547699 ], [ 16.947187983558273, 52.470762809135437 ], [ 16.946113894978943, 52.471092409027108 ], [ 16.943230714992136, 52.471602517422234 ], [ 16.942897144193889, 52.471480121261386 ], [ 16.941724088512309, 52.471652752903559 ], [ 16.941625137322401, 52.471495827009448 ], [ 16.940686699529262, 52.471633921347205 ], [ 16.940587754077271, 52.471476994332455 ], [ 16.940118538236188, 52.471546037615433 ], [ 16.939902292818669, 52.471406370478569 ], [ 16.939315776770069, 52.471492670058737 ], [ 16.939216839173767, 52.471335741825833 ], [ 16.9387476292302, 52.471404778405159 ], [ 16.938648694958367, 52.471247849733707 ], [ 16.938179487856704, 52.471316883495291 ], [ 16.938080556909306, 52.471159954385328 ], [ 16.937277824264349, 52.471106570110891 ], [ 16.937178898759036, 52.470949640464944 ], [ 16.936944299310618, 52.47098415392017 ], [ 16.936830713536402, 52.470829381228626 ], [ 16.935776988996153, 52.470555689595585 ], [ 16.934510812153405, 52.469970282935314 ], [ 16.934276223216845, 52.470004789392178 ], [ 16.934177316769539, 52.469847858869201 ], [ 16.933942729147034, 52.469882364451344 ], [ 16.933744921398034, 52.469568503454106 ], [ 16.933510336296294, 52.469603007820702 ], [ 16.9333372596159, 52.469328379650591 ], [ 16.933077952022547, 52.469323650266801 ], [ 16.932886337444351, 52.469019597977287 ], [ 16.932645576325648, 52.46904429178975 ], [ 16.93244778674487, 52.468730431669485 ], [ 16.93221320920545, 52.468764932389647 ], [ 16.931830006933772, 52.468156829857918 ], [ 16.931583073192467, 52.468171712531323 ], [ 16.92990211174838, 52.465503945814902 ], [ 16.930136663842021, 52.465469452784191 ], [ 16.929840047280159, 52.46499867875206 ], [ 16.930025159961605, 52.464885724254529 ], [ 16.92977798387372, 52.464493415392177 ], [ 16.929913658895181, 52.464302000560281 ], [ 16.929814789756957, 52.464145078025979 ], [ 16.929715921529027, 52.463988155735322 ], [ 16.929950463087341, 52.463953664169679 ], [ 16.929752726949527, 52.463639821000626 ], [ 16.929987266202655, 52.463605329582656 ], [ 16.929925200945448, 52.463100076748795 ], [ 16.930159736794675, 52.463065585285477 ], [ 16.930097669087854, 52.462560336643193 ], [ 16.930332201533286, 52.46252584513455 ], [ 16.930384515857153, 52.462303828943071 ], [ 16.930554094237873, 52.462064567542043 ], [ 16.930405793463169, 52.461829192488501 ], [ 16.930640321406223, 52.461794700741571 ], [ 16.930541454154607, 52.46163778468447 ], [ 16.930775980998995, 52.461603292744563 ], [ 16.930677113451349, 52.461446377271798 ], [ 16.93091163919707, 52.461411885138901 ], [ 16.930812771353413, 52.461254970250501 ], [ 16.931047296000489, 52.461220477924627 ], [ 16.930948427860823, 52.46106356362057 ], [ 16.931182951409259, 52.461029071101741 ], [ 16.931084082973598, 52.460872157382035 ], [ 16.931386431907498, 52.460741961601265 ], [ 16.931824429628019, 52.460420359350103 ], [ 16.931725559098304, 52.460263447724166 ], [ 16.932077338030883, 52.460211706787611 ], [ 16.932095725697074, 52.460037548841086 ], [ 16.932327639349591, 52.460002097919727 ], [ 16.932231371639816, 52.459846144173731 ], [ 16.93253371071081, 52.459715947146591 ], [ 16.932836048442105, 52.459585749490749 ], [ 16.932737174316557, 52.45942884088371 ], [ 16.933206204588423, 52.459359849023578 ], [ 16.933107328960961, 52.459202941341616 ], [ 16.933576357250644, 52.459133948028402 ], [ 16.933477480121308, 52.458977041271552 ], [ 16.934014323341948, 52.458812344619105 ], [ 16.934384467789588, 52.458586442667411 ], [ 16.934921305665561, 52.45842174223889 ], [ 16.934822422824919, 52.458264838598168 ], [ 16.935359256025052, 52.458100136721043 ], [ 16.935896087109054, 52.457935432421621 ], [ 16.935797200059202, 52.457778530971979 ], [ 16.936442098305108, 52.45768364969409 ], [ 16.936401835701329, 52.457518123739561 ], [ 16.936870850759213, 52.45744911705394 ], [ 16.936771959500433, 52.457292217795413 ], [ 16.937543285265821, 52.457093003210844 ], [ 16.937845596616011, 52.456962796136246 ], [ 16.937746701148562, 52.456805899068925 ], [ 16.938408539885433, 52.456687081493939 ], [ 16.938351317122418, 52.456545484300271 ], [ 16.938820324679398, 52.456476469668992 ], [ 16.938721425003568, 52.456319574792943 ], [ 16.939410277088587, 52.456218206684788 ], [ 16.939326031143175, 52.456059156256522 ], [ 16.939795034949352, 52.455990137652591 ], [ 16.939696131065411, 52.455833244967884 ], [ 16.940399633961444, 52.455729714082544 ], [ 16.940300727370687, 52.455572822663967 ], [ 16.940837523045484, 52.455408098917978 ], [ 16.941374316603358, 52.455243372750125 ], [ 16.94127540580492, 52.455086483522976 ], [ 16.941812194686836, 52.454921755907215 ], [ 16.942348981451691, 52.454757025869668 ], [ 16.94225006644584, 52.454600138834031 ], [ 16.942949891427382, 52.454497131569433 ], [ 16.942854637722785, 52.454339706482457 ], [ 16.943558124058775, 52.454236156120793 ], [ 16.94345920364022, 52.45407927161763 ], [ 16.944573053249126, 52.453915308676507 ], [ 16.944532751443813, 52.453749796159478 ], [ 16.949222647424445, 52.453059297971585 ], [ 16.949355483769029, 52.453168322108645 ], [ 16.95030906378971, 52.453156484370851 ], [ 16.951296537266689, 52.45309678519353 ], [ 16.951395498376051, 52.453253658687949 ], [ 16.951864499264129, 52.453184586546563 ], [ 16.951971934746588, 52.453329496470374 ], [ 16.952432467420319, 52.453272384644315 ], [ 16.952506693149136, 52.453390039084283 ], [ 16.953000441735142, 52.453360179486744 ], [ 16.953116354431028, 52.453493125160328 ], [ 16.953568422208509, 52.453447971073729 ], [ 16.95366739660378, 52.453604842813213 ], [ 16.954469894040539, 52.453658087860269 ], [ 16.95456887387353, 52.453814959063202 ], [ 16.954803382668825, 52.453780415342855 ], [ 16.954902364618039, 52.453937286448038 ], [ 16.955470370209603, 52.454025067390404 ], [ 16.956570134456676, 52.454548534917372 ], [ 16.956804386428242, 52.454514359814212 ], [ 16.956903381075261, 52.454671230332593 ], [ 16.957137899053176, 52.454636680488484 ], [ 16.957403654472763, 52.454854710832429 ], [ 16.957570413986002, 52.454915870512664 ], [ 16.957669413776834, 52.455072741078638 ], [ 16.957903935583598, 52.455038189143536 ], [ 16.95813125584387, 52.455347611208289 ], [ 16.958336464633074, 52.455317377171788 ], [ 16.95854913333827, 52.455628959009665 ], [ 16.958769002254787, 52.455596564274622 ], [ 16.958967019090824, 52.455910306035513 ], [ 16.959201548448895, 52.455875750451952 ], [ 16.9595480909008, 52.456424799680683 ], [ 16.959931148002894, 52.456625549581652 ], [ 16.96032722047655, 52.457253038157738 ], [ 16.960561760896059, 52.45721847843533 ], [ 16.961254931247687, 52.458316590418669 ], [ 16.961020382389663, 52.458351152530113 ], [ 16.961614556714697, 52.459292402905611 ], [ 16.961380000729466, 52.459326966531108 ], [ 16.96155981681791, 52.459814878150283 ], [ 16.961739637518956, 52.460302792848474 ], [ 16.961515499407511, 52.460341179764264 ], [ 16.961585860946233, 52.460668396934764 ], [ 16.961515481740985, 52.461064581633536 ], [ 16.961630152596435, 52.461347763187504 ], [ 16.961400795258207, 52.4613842394266 ], [ 16.961593655480897, 52.461696090241936 ], [ 16.961359083253136, 52.46173065544285 ] ] ] } }
]
}

0 comments on commit 08d75de

Please sign in to comment.