(datomize filename)
read an OSM file and transforms it into a network of {:graph :ways :points}, such that the graph represent only the connected nodes, the points represent the shape of the connection and the ways are the metadata associated with the connections
read an OSM file and transforms it into a network of {:graph :ways :points}, such that the graph represent only the connected nodes, the points represent the shape of the connection and the ways are the metadata associated with the connections
(simplify ways)
returns the ways sequence including only the first/last and intersection nodes i.e. the connected nodes in a graph structure.
Uses the ::nodes of each way and counts which nodes appear more than once
returns the ways sequence including only the first/last and intersection nodes i.e. the connected nodes in a graph structure. Uses the ::nodes of each way and counts which nodes appear more than once
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close