Skip to content

Timeout error when using eotile to get S2 tile extent #9

@Fahdben

Description

@Fahdben

Using eotile to convert S2 tile id to wkt extent will call an external geocoder API even when it's not needed.
These calls will cause timeouts in case of intensive use.

The geolocation function here https://github.com/CS-SI/eotile/blob/af395a0804af79ed1e7f25eb2cf3d875fcd85108/eotile/eotiles/utils.py#L82 should be used only when the user request is a location name like Toulouse. In case of a geometry input or a tile id input, this step should be skipped.

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