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

https://schema.skao.int/ska-telmodel-station/1.0

type

object

properties

  • interface

Interface version

type

string

  • type

Type

type

string

  • name

Name

type

string

  • features

Features

type

array

items

Features of the station.

Features 1.0

additionalProperties

False

Features 1.0

Features of the station.

type

object

properties

  • interface

Interface version

type

string

  • type

Type

type

string

  • properties

station properties

Properties 1.0

  • geometry

station geometry

Geometry - type, coordinates 1.0

additionalProperties

False

Properties 1.0

The properties of the station

type

object

properties

  • interface

Interface version

type

string

  • name

name of station

type

string

  • nof_antennas

number of antennas on station

type

integer

  • antenna_type

type of antenna

type

string

  • tpms

tiles

  • station_num

station number

type

integer

additionalProperties

False

Geometry - type, coordinates 1.0

Postion of the station.

type

object

properties

  • interface

Interface version

type

string

  • type

Coordinate type

type

string

  • coordinates

Array of coordinates

type

array

items

type

number

additionalProperties

False