CoordinateSystemManager.
get_child_system_names
Get a list with the passed coordinate systems children.
coordinate_system_name (str) – Name of the coordinate system
str
neighbors_only (bool) – If ‘True’, only child coordinate systems that are directly connected to the specified coordinate system are included in the returned list. If ‘False’, child systems of arbitrary hierarchical depth are included.
bool
List of child systems.
List[str]