Class: GeographicCoordinate
The latitude and longitude which define the position of a point onthe Earth's surface with respect to a reference spheroid.(https://www.fgdc.gov/csdgmgraphical/spref.htm)
URI: basin3d_schema:GeographicCoordinate
classDiagram
class GeographicCoordinate
HorizontalCoordinate <|-- GeographicCoordinate
GeographicCoordinate : datum
GeographicCoordinate : type
GeographicCoordinate : units
GeographicCoordinate : x
GeographicCoordinate : y
Inheritance
- JSONSerializable
- Base
- HorizontalCoordinate
- GeographicCoordinate
- HorizontalCoordinate
- Base
Slots
Name | Cardinality and Range | Description |
---|---|---|
units | 0..1 xsd:string |
|
type | 0..1 ObservationDatumEnum |
|
datum | 0..1 xsd:string |
|
x | 0..1 xsd:float |
|
y | 0..1 xsd:float |
Usages
used by | used in | type | used |
---|---|---|---|
AbsoluteCoordinate | horizontal_position | range | GeographicCoordinate |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/cmungall/basin3d_schema/core
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['basin3d_schema:GeographicCoordinate'] |
native | ['basin3d_schema:GeographicCoordinate'] |
LinkML Specification
Direct
name: GeographicCoordinate
description: The latitude and longitude which define the position of a point onthe
Earth's surface with respect to a reference spheroid.(https://www.fgdc.gov/csdgmgraphical/spref.htm)
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: HorizontalCoordinate
attributes:
units:
name: units
from_schema: https://w3id.org/cmungall/basin3d_schema/core
range: string
Induced
name: GeographicCoordinate
description: The latitude and longitude which define the position of a point onthe
Earth's surface with respect to a reference spheroid.(https://www.fgdc.gov/csdgmgraphical/spref.htm)
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: HorizontalCoordinate
attributes:
units:
name: units
from_schema: https://w3id.org/cmungall/basin3d_schema/core
alias: units
owner: GeographicCoordinate
domain_of:
- ObservedPropertyVariable
- GeographicCoordinate
range: string
type:
name: type
from_schema: https://w3id.org/cmungall/basin3d_schema/core
alias: type
owner: GeographicCoordinate
domain_of:
- Observation
- VerticalCoordinate
- HorizontalCoordinate
range: ObservationDatumEnum
datum:
name: datum
from_schema: https://w3id.org/cmungall/basin3d_schema/core
alias: datum
owner: GeographicCoordinate
domain_of:
- VerticalCoordinate
- AltitudeCoordinate
- HorizontalCoordinate
range: string
x:
name: x
comments:
- in models.py this is a float but tuples appear to be allowed
from_schema: https://w3id.org/cmungall/basin3d_schema/core
aliases:
- longitude
rank: 1000
alias: x
owner: GeographicCoordinate
domain_of:
- HorizontalCoordinate
range: float
y:
name: y
comments:
- in models.py this is a float but tuples appear to be allowed
from_schema: https://w3id.org/cmungall/basin3d_schema/core
aliases:
- latitude
rank: 1000
alias: y
owner: GeographicCoordinate
domain_of:
- HorizontalCoordinate
range: float