topojson.core.hashmap
Hashmap
Hashmap(self, data, options={})
hash arcs based on their type
to_dict
Hashmap.to_dict(self)
Convert the Hashmap object to a dictionary.
to_svg
Hashmap.to_svg(self, separate=False)
Display the linestrings and junctions as SVG.
Parameters
to_json
Hashmap.to_json(self)
Convert the Hashmap object to a JSON object.
to_alt
Hashmap.to_alt(self, projection='identity')
Display as Altair visualization.
Parameters