Rinex

get

Get RINEX v3 files for a specific station

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
stationIdstring · min: 4 · max: 4Required

Specific station ID.

Example: ABEPPattern: ^[a-zA-Z0-9]*$
Query parameters
Responses
200

Returns the list of available files

application/json
get
/stations/{stationId}/rinex
200

Returns the list of available files

get

List the years that have RINEX data available

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200

List the years that have RINEX data available

application/json
get
/rinex
200

List the years that have RINEX data available

get

List the days that have RINEX data available, for the given year

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required

The year to be queried

Responses
200

List the days that have RINEX data available, for the given year

application/json
get
/rinex/{year}
200

List the days that have RINEX data available, for the given year

get

List the files available via this service, for the given year and day

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required

The year to be queried

dayOfYearinteger · min: 1 · max: 366Required

The day to be queried, within the given year

Responses
200

List the days available via this service, for the given year and day

application/json
get
/rinex/{year}/{dayOfYear}
200

List the days available via this service, for the given year and day

get

Get a specific RINEX v3 file

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required

The year to be queried

dayOfYearinteger · min: 1 · max: 366Required

The day to be queried, within the given year

filenamestringRequired

Name of the file

Example: ABEP00GBR_S_20243550100_01H_30S_MO.rnx
Responses
200

Returns the requested RINEX file

application/octet-stream
Responsestring · binary
get
/rinex/{year}/{dayOfYear}/{filename}

Last updated

Was this helpful?