CoordinateReferenceSystem
Inventory-wide coordinate reference system used by all coordinate-bearing metadata.
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 |
str | Coordinate units when known. |
vertical_datum |
str | Vertical datum or reference surface, if known. |
Contains
None.
Contained By
References
None.
Referenced By
None.