Skip to content

Incorrect GPS position of station #188

Description

@kaspervd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions