ska-low-mccs-station-config
stations 1.0
Example JSON.
{
"interface": "https://schema.skao.int/ska-telmodel-station/1.0",
"type": "FeatureCollection",
"name": "station_export_w2",
"features": [{
"interface": "https://schema.skao.int/ska-telmodel-station-features/1.0",
"type": "Feature",
"properties": {
"interface": "https://schema.skao.int/ska-telmodel-station-features-properties/1.0",
"name": "Station 1",
"nof_antennas": 256,
"antenna_type": "EDA2",
"tpms": {
"0": 1,
"1": 2,
"2": 3,
"3": 4
},
"station_num": 1
},
"geometry": {
"interface": "https://schema.skao.int/ska-telmodel-station-features-geometry/1.0",
"type": "Point",
"coordinates": [1.5, 6.2]
}
}, {
"interface": "https://schema.skao.int/ska-telmodel-station-features/1.0",
"type": "Feature",
"properties": {
"interface": "https://schema.skao.int/ska-telmodel-station-features-properties/1.0",
"name": "Station 1",
"nof_antennas": 256,
"antenna_type": "EDA2",
"tpms": {
"0": 1,
"1": 2,
"2": 3,
"3": 4
},
"station_num": 1
},
"geometry": {
"interface": "https://schema.skao.int/ska-telmodel-station-features-geometry/1.0",
"type": "Point",
"coordinates": [1.5, 6.2]
}
}]
}
Configuration data for stations stored in geojson format
type |
object |
|
properties |
||
|
Interface version |
|
type |
string |
|
|
Type |
|
type |
string |
|
|
Name |
|
type |
string |
|
|
Features |
|
type |
array |
|
items |
Features of the station. |
|
additionalProperties |
True |
|
Features_1.0
Features of the station.
type |
object |
|
properties |
||
|
Interface version |
|
type |
string |
|
|
Type |
|
type |
string |
|
|
station properties |
|
|
station geometry |
|
additionalProperties |
True |
|
Properties_1.0
The properties of the station
type |
object |
|
properties |
||
|
Interface version |
|
type |
string |
|
|
name of station |
|
type |
string |
|
|
number of antennas on station |
|
type |
integer |
|
|
type of antenna |
|
type |
string |
|
|
tiles |
|
|
station number |
|
type |
integer |
|
additionalProperties |
True |
|
Geometry___type__coordinates_1.0
Postion of the station.
type |
object |
||
properties |
|||
|
Interface version |
||
type |
string |
||
|
Coordinate type |
||
type |
string |
||
|
Array of coordinates |
||
type |
array |
||
items |
type |
number |
|
additionalProperties |
True |
||