Weekly GNSS coordinates solution

This service provides weekly coordinate solutions in each GPS-week. The JSON data can be downloaded by GET method via HTTP protocol from gpsmet.agt.bme.hu/api/get_weekly_coords.php. The data are generated in realtime according to the specified parameters in HTTP request.

Usage

Parameters:

  • week: GPS-week (REQUIRED)
  • datumid: selected geodetic datum id (REQUIRED)
Geodetic datum identifires:
  • ITRF14: 1
  • ETRF00: 3
  • ETRF00HUN: 5
Example:

gpsmet.agt.bme.hu/api/get_weekly_coords.php?week=2280&datumid=1

Output file's each row contains the following information concerning each station.
  • Station ID (A4, X1)
  • GPS week (I4, X1)
  • coordinate X (D13.5, X1)
  • coordinate Y (D13.5, X1)
  • coordinate Z (D13.5, X1)
  • geodetic datum ID (I1, X1)
Output file exmaple:
BAIA 2273 3945839.44581 1720428.57545 4691082.89431 1
BAJ1 2273 4183093.75088 1439191.15624 4579512.34469 1
BBYS 2273 3980358.48860 1382292.40364 4772772.13911 1
BME1 2273 4082000.73946 1410145.38914 4678053.30621 1
BOGI 2273 3633815.03488 1397454.42130 5035281.19412 1
BRCS 2273 4237965.68831 1330378.50336 4562027.74730 1
BUCU 2273 4093760.54055 2007794.13294 4445130.15873 1
BUTE 2273 4081881.71832 1410011.69682 4678199.78605 1
CAKO 2273 4227250.14933 1247281.18714 4595193.73113 1
...