Is there an existing issue for this?
Feature/Enhancement Proposal
When using openrouteservice python binding to request isochrones for batched locations ( > 1), it will raise error when one of these locations cannot compute isochrones correctly.
It would be nice if the isochrones of computable locations can return.
Additional context
ORS settings
ors_base_url: https://api.heigit.org/openrouteservice
calling:
isochrones = ors_settings.client.isochrones(
locations=list(zip(centroid_batch.geometry.x, centroid_batch.geometry.y)),
profile=mode,
range=[time_range],
location_type="start",
range_type="time",
)
Raised error
error code: 3099
Possible Implementation
No response
Forum Topic Link
No response
Is there an existing issue for this?
Feature/Enhancement Proposal
When using openrouteservice python binding to request isochrones for batched locations ( > 1), it will raise error when one of these locations cannot compute isochrones correctly.
It would be nice if the isochrones of computable locations can return.
Additional context
ORS settings
ors_base_url: https://api.heigit.org/openrouteservice
calling:
Raised error
error code: 3099
Possible Implementation
No response
Forum Topic Link
No response