File: short.graphml

package info (click to toggle)
osmnx 2.0.3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: python: 4,738; sh: 40; makefile: 33
file content (25 lines) | stat: -rw-r--r-- 1,490 bytes parent folder | download | duplicates (3)
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
<?xml version='1.0' encoding='utf-8'?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <key id="d14" for="edge" attr.name="maxspeed" attr.type="string" />
  <key id="d13" for="edge" attr.name="geometry" attr.type="string" />
  <key id="d12" for="edge" attr.name="length" attr.type="string" />
  <key id="d11" for="edge" attr.name="oneway" attr.type="string" />
  <key id="d10" for="edge" attr.name="highway" attr.type="string" />
  <key id="d9" for="edge" attr.name="name" attr.type="string" />
  <key id="d8" for="edge" attr.name="osmid" attr.type="string" />
  <key id="d7" for="node" attr.name="highway" attr.type="string" />
  <key id="d6" for="node" attr.name="street_count" attr.type="string" />
  <key id="d5" for="node" attr.name="x" attr.type="string" />
  <key id="d4" for="node" attr.name="y" attr.type="string" />
  <key id="d3" for="graph" attr.name="simplified" attr.type="string" />
  <key id="d2" for="graph" attr.name="crs" attr.type="string" />
  <key id="d1" for="graph" attr.name="created_with" attr.type="string" />
  <key id="d0" for="graph" attr.name="created_date" attr.type="string" />
  <graph edgedefault="directed">
    <node id="178877282">
      <data key="d4">39.9980178</data>
      <data key="d5">-86.3459007</data>
      <data key="d6">3</data>
    </node>
  </graph>
</graphml>