EPOS GNSS

Endpoint /files/highrate/station-marker/{instance}/{format}

This endpoint returns the highrate rinex files from stations that meet the station-marker inserted.

To use this endpoint it is only necessary to insert a station marker in the station-marker field, it can be a four-character marker or a nine-character marker.

In addition to these main fields, there is a field to enter the desired output format. Two optional fields for pagination, where you can enter the number of elements per page to be displayed and the page you want to be displayed. In addition to a parameter that allows you to exclude files with a status less than zero.

station-marker

The station-marker of the station. Can be four marker or nine marker. One or more markers can be combined as long as they are separated by a comma.

format

The format of the output

filtervalidatedfiles

Whether to exclude files with status less than zero. Value 1 to exclude files, or 0 to view all files regardless of status.

page

Number of the page you want to view depends on the number of elements per page chosen.

perpage

Number of elements per page.

Example Links

Endpoint /stations/v2/highrate/bbox/{minLon}/{minLat}/{maxLon}/{maxLat}

This endpoint returns all the stations inside the bounding box that contain highrate files associated. The output format is GeoJson.

The parameters are the dimensions of the bounding box so they are all mandatory.

The coordinates shown in the example form a rectangle around Portugal.

maxLat

The maximum Latitude of the bounding box

maxLon

The maximum Longitude of the bounding box

minLat

The minimum Latitude of the bounding box

minLon

The minimum Latitude of the bounding box

Example Links

Type of Errors Explanation

Code 200
Code 400