Skip to content

Increase the accuracy of the station coordinates #26

Open
@aschl

Description

@aschl

Meteostat currently publishes the coordinates of the stations only with an accuracy of two digits in their lat/lon.
This throws away very important information and creates unnecessary jitter. You can see this in the example below. On the left it shows the location of a station (here airport station in Lisbon) in Meteostat. On the right is shown its location shown by a provider with the full coordinates.
image

I think the culprit are lines

ROUND(`stations`.`latitude`, 2) AS `latitude`,

and
ROUND(`stations`.`longitude`, 2) AS `longitude`,

I would recommend removing these two lines and storing the coordinates in the full accuracy they are provided by the agencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions