Skip to content

Class Operator

Luis Arean edited this page Jul 17, 2021 · 1 revision

Description

Operator specifies the operator of the network, corresponding to the operator field in StationXML. It is also copied to the operator field in station in StationXML.

Python class:

Operator

YAML / JSON label:

operator

Corresponding StationXML structure

Operator

Both in Network and Station.

Object Hierarchy

Superclass

None

Subclasses

None

Relationships

Attributes

Name Type Required Default Equivalent StationXML Remarks

reference_name

string

Y

None

Operator. Agency

Operating agency abbreviation

------------------------ ---------------------------------- ------------ ----------------- ------------------------------- -------------------------------------------------------------

full_name

number

Y

None

Operator.Contact. Name

Operating agency full name, used in contact name

------------------------ contact_name

---------------------------------- number

------------ Y

----------------- None

------------------------------- Operator.Contact. Name


------------------------ ---------------------------------- ------------ ----------------- ------------------------------- -------------------------------------------------------------

email

email

Y

None

Operator.Contact. Email

Not required in StationXML

------------------------ phone_number

---------------------------------- string

------------ N

----------------- None

-------------------------------Operator.Contact. Phone


------------------------ website

---------------------------------- URL

------------ N

----------------- None

-------------------------------Operator. WebSite


Methods

None

JSON schema

/larean/obsinfo/blob/V0.108/obsinfo/data/schemas/network.schema.json

/larean/obsinfo/blob/V0.108/obsinfo/data/schemas/definitions.schema.json

Example

Operator section in network information file https://github.com/larean/obsinfo/blob/V0.108/obsinfo/_examples/Information_Files/campaign/SPOBS.INSU-IPGP.network.yaml

Class Navigation

Class Network <==

Class Instrumentation <==

Clone this wiki locally