A node is one of the core elements in the OpenStreetMap data model. It consists of a single point in space defined by its latitude, longitude and node id.
See http://wiki.openstreetmap.org/wiki/Node for more information
t() :: %Overpex.Node{id: integer, lat: float, lon: float, tags: []}