CoordinateReferenceSystem

Inventory-wide coordinate reference system used by all coordinate-bearing metadata.

A CRS declares one to three axes, matching the canonical (x, y, z) storage of every coordinate in the inventory.

Aliases: CRS

Attributes

Name Type Description
authority str CRS authority such as EPSG, OGC, CF, or LOCAL.
code str Authority code or local project code.
name str Human-readable CRS name.
coordinate_labels tuple[str, …] Coordinate labels and ordering, such as latitude, longitude, elevation or x, y, z.
units tuple[str, …] Units of the canonical axes, in order; same length as coordinate_labels.
vertical_datum str Vertical datum or reference surface, if known.
wkt str WKT2 definition for frames an authority code cannot describe (local, derived, or compound CRSs); empty for registry CRSs.

Contains

None.

Contained By

References

None.

Referenced By

None.