xugrid.UgridRolesAccessor.is_projected#

property UgridRolesAccessor.is_projected: Dict[str, bool | None]#

Infer whether each topology uses projected or geographic coordinates from the standard_name attributes of the coordinate variables.

Returns:

is_projected – True if projected, False if geographic, None if indeterminate.

Return type:

dict[str, bool | None]