Skip to content

Slot: latitude

Geographic latitude, in degrees.

URI: distopf:latitude

Applicable Classes

Name Description Modifies Slot
BusRecord Bus data record for DistOPF three-phase distribution OPF no

Properties

Type and Range

Property Value
Range Float
Domain Of BusRecord

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
If Absent float(0.0)
Owner BusRecord
Additional Constraints **Unit:** | Property | Value | | --- | --- | | ucum_code | deg |

Comments

  • DistOPF-only (N/A): geographic coordinate; not read or written by the CIM converters.

TODOs

  • No CIM equivalent wired up. CIM's PositionPoint (via Location) could carry this, but ConnectivityNode does not currently traverse to one.

Identifier and Mapping Information

Annotations

property value
order 23
value_type float
precision 4
separator ,

Schema Source

  • from schema: https://gridappsd.org/cimhub/distopf

Mappings

Mapping Type Mapped Value
self distopf:latitude
native distopf:latitude

LinkML Source

name: latitude
annotations:
  order:
    tag: order
    value: 23
  value_type:
    tag: value_type
    value: float
  precision:
    tag: precision
    value: 4
  separator:
    tag: separator
    value: ','
description: Geographic latitude, in degrees.
todos:
- No CIM equivalent wired up. CIM's PositionPoint (via Location) could carry this,
  but ConnectivityNode does not currently traverse to one.
comments:
- 'DistOPF-only (N/A): geographic coordinate; not read or written by the CIM converters.'
from_schema: https://gridappsd.org/cimhub/distopf
rank: 1000
ifabsent: float(0.0)
owner: BusRecord
domain_of:
- BusRecord
range: float
required: false
unit:
  ucum_code: deg