mapbox-cli-py
mapbox-cli-py copied to clipboard
Mapmatching for mutli-feature inputs
Currently the mapmatching API is limited to a single Feature with LineString geometry.
But that doesn't mean we have to limit the CLI to a single feature. What about taking multiple features and just calling the API multiple times (possibly asynchronously)?
Considering the request limits (60 per minute) and data-dependent aspects of the API, let's defer this to post-1.0.