Network

Description

FDSN network information about the SubNetwork.

Python class:

Network

YAML / JSON label:

network

Corresponding StationXML structure

None Individual attributes in this class belong to the Network attribute.

Object Hierarchy

Superclass

None

Subclasses

None

Relationships

Attributes

Name

Type

Required

Default

Equivalent StationXML

Remarks

code

string

Y

None

code

Codes are assigned by FDSN according to this process

name

string

Y

None

None

Will be added as a Comment

description

string

Y

None

Description

Not required in StationXML

comment

string

N

None

Comment

start_date

date

Y

None

startDate

Not required in StationXML

end_date

date

Y

None

endDate

Not required in StationXML

JSON schema

https://www.gitlab.com/obsinfo/obsinfo/data/schemas/network.schema.json

https://www.gitlab.com/obsinfo/obsinfo/obsinfo/data/schemas/definitions.schema.json

Example

FDSN Network_info section referred in network information file.

network:
   code: "4G"
   name: "Short period OBSs"
   start_date: "2007-07-01"
   end_date: "2025-12-31"
   description: "Short period OBS network example"
   comments: ["Lucky Strike Volcano, North Mid-Atlantic Ridge"]

Class Navigation

Network <==