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.
- AJAC00FRA
- CASC
- AJAC00FRA,CASC,ABBS
- ABBS,AJAC00FRA
format
The format of the output
- csv
- json
- script
- xml
filtervalidatedfiles
Whether to exclude files with status less than zero. Value 1 to exclude files, or 0 to view all files regardless of status.
- 1
- 0
page
Number of the page you want to view depends on the number of elements per page chosen.
- 1,2,3,4,5…etc
- 0 to view all records
perpage
Number of elements per page.
- 5,10,20,50,100…etc
Example Links
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/files/highrate/station-marker/CASC00PRT/json?page=1&perpage=50
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/files/highrate/station-marker/CASC00PRT,ABBS00GBR/json?page=1&perpage=50
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
- 44.08
maxLon
The maximum Longitude of the bounding box
- -5.53
minLat
The minimum Latitude of the bounding box
- 35.10
minLon
The minimum Latitude of the bounding box
- -12.21
Example Links
- https://glass.c4g-pt.eu/GlassFramework/webresources/stations/v2/highrate/bbox/-32.5/29.22/14.58/49.03