The position you obtain if you do something like this:
from sapphire import HiSPARCStations
cluster = HiSPARCStations([509, 511])
s509 = cluster.stations[0]
lat, lon, _ = s509.get_lla_coordinates()
print(lat)
print(lon)
differs from the position you get using the API:
http://data.hisparc.nl/api/station/509/
The difference is several meters. This used to work correctly.. will investigate
The position you obtain if you do something like this:
differs from the position you get using the API:
http://data.hisparc.nl/api/station/509/
The difference is several meters. This used to work correctly.. will investigate