pisces.geometry.coordinates.utils.write_coordinate_system_to_json# pisces.geometry.coordinates.utils.write_coordinate_system_to_json(cs: CoordinateSystem, indent: int = None) → str[source]# Serialize a coordinate system to a JSON string. Parameters: cs (CoordinateSystem) indent (int, optional) – Indent level for pretty-printed JSON. Return type: str