mapillary / mapillary/mapillary-python-sdk

[Feature] Wild cards in object value filters

Open
#119 0 comments 0 reactions 1 assignee View on GitHub

@Rubix982 is already working on this.

Since Aug 24, 2021.

feature
Dominant language
Python
Stars
66
Forks
23
Avg merge
1d 20h
Merged PRs (30d)
11

Description

Is your feature request related to a problem? Please describe.
A new API feature allows wild cards.

Describe the solution you'd like
In any case where we are filtering by object_value, like object--support--pole or for traffic signs regulatory--stop--g1, we can also send to the API a filter like object--*--* to get all objects or object--sign--* to get all sign map features (store, advertisement, etc).

Describe alternatives you've considered
None

Additional context
This only works on API requests with there is an object_values= parameter, so may not be relevant to the SDK for now, though we could do the same filter style when requesting from the tiles, to make sure it behaves the same using the wild cards.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.