grenada.converters
Functions for converting one data structure of Grenada Things into another.
to-mapping
(to-mapping ms)
Given a sequence of Things, convert them to a map. They keys of the map will be the Things' coordinates. The values will be the Things themselves.
to-seq
(to-seq tsmap)
Converts a map of Things as produced by clj::grenada.converters/to-mapping back to a sequence of Things.