Skip to content

geo_elevation_data.get_image: is being scaled by height  #40

@APethick

Description

@APethick

The function get_image with the tag 'array' is being scaled by height for both longitude and latitude.

longitude = longitude_from + float(column) / height * (longitude_to - longitude_from)

correction should be:

longitude = longitude_from + float(column) / width * (longitude_to - longitude_from)

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions