pisces.geometry.coordinates.utils#

Utilities for working with Pisces coordinate systems.

Functions

convert_coords_between_systems(source, ...)

Convert coordinates from one system to another.

get_coordinate_system_class(name[, registry])

Retrieve a coordinate system class from the registry.

is_coordinate_system_instance(obj)

Check if an object is an instance of CoordinateSystem.

list_registered_coordinate_systems([registry])

List all registered coordinate system class names.

load_coordinate_dict(data[, registry])

Load a coordinate system from a dictionary using the registry.

load_coordinate_string(json_string[, registry])

Load a coordinate system from a JSON string.

write_coordinate_system_to_dict(cs)

Serialize a coordinate system to a dictionary.

write_coordinate_system_to_json(cs[, indent])

Serialize a coordinate system to a JSON string.