Skip to content

Isochrone Request Optimization #335

Open
@koebi

Description

@koebi

Currently, the plans and restrictions of the public openrouteservice API on the standard allow for 500 isochrone requests and at most 5 locations per request.

Thus, 2500 isochrones (not counting intervals) can be calculated.

For "large" isochrones (lots of intervals, large scale) sending one location per request seems appropriate.

For "small" isochrones (few intervals, small scale), we could send up to 5 locations per request.

I propose an "optimize requests" button in the isochrone from point layer processing algorithm.
This should have a bit of logic, looking into the request, and decide on an execution strategy for processing isochrones.
The logic should be explained in the docs, then.

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