mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
37 stars 15 forks source link

[User Story] 1. Downloading Metadata #92

Closed Rubix982 closed 2 years ago

Rubix982 commented 2 years ago

Context User wants to download all detection metadata for an area.

This is the data that comes with calling graph.mapillary.com/IMAGEID/detections

Concern They are worried that they must retrieve a zoom 14 tile, then parse the image IDs in each tile and make an API call per image ID, maybe thousands of API requests.

Approaches How can we:

1) Make a more efficient request of the detection metadata for the whole tile?

2) Make this a single command in the library?

Rubix982 commented 2 years ago

Not needed anymore.