mapillary / mapillary/mapillary-python-sdk
[Feature] Print supported filter types to users
@OmarMuhammedAli ya está trabajando en esto.
Desde el 15/7/2021.
- Lenguaje dominante
- Python
- Estrellas
- 66
- Forks
- 23
- Merge medio
- 1 d 20 h
- PR fusionados (30 d)
- 11
Descripción
Is your feature request related to a problem? Please describe.
A user may enter an unsupported filter when querying the SDK. Instead of just throwing an error, a list of supported filters should be logged to the user.
Describe the solution you'd like
A function that raises an exception in case of a wrong filter entry and prints out a list of supported filters by the Mapillary API v4
Describe alternatives you've considered
Instead of logging the whole list of supported filters, the function can print out a list of close matches to the user's input filter.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.