BasicLocation
latitude |
Description |
Example |
|---|---|---|
Required: False Type: float | None Units: degrees |
Latitude of the location. |
12.324 |
longitude |
Description |
Example |
|---|---|---|
Required: False Type: float | None Units: degrees |
Longitude of the location. |
12.324 |
elevation |
Description |
Example |
|---|---|---|
Required: False Type: <class ‘float’> Units: meters |
Elevation of the location. |
1234.0 |
datum |
Description |
Example |
|---|---|---|
Required: False Type: str | int Units: None |
Datum of the location values. Usually a well known datum like WGS84. |
WGS 84 |
x |
Description |
Example |
|---|---|---|
Required: False Type: <class ‘float’> Units: meters |
relative distance to the center of the station |
10.0 |
y |
Description |
Example |
|---|---|---|
Required: False Type: <class ‘float’> Units: meters |
relative distance to the center of the station |
10.0 |
z |
Description |
Example |
|---|---|---|
Required: False Type: <class ‘float’> Units: meters |
relative elevation to the center of the station |
10.0 |