mapillary / mapillary-python-sdk

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

[API] Image endpoint, fields, needs clarification #53

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

The image endpoint has some unclear properties. They can be seen in the image below, such as,

image

cbeddow commented 3 years ago

Ones we should keep, but do not allow filtering by this:

camera_type - the make and model of the device used to capture the image exif_orientation - the positioning of the camera with respect to the ground (i.e. is the image rotated) camera_parameters - information about the camera lens such as focal length

These I am not sure about, but am seeking clarification: atomic_scale merge_cc

Rubix982 commented 3 years ago

The changes have been made in the API documentation. Changes need to be reflected with a PR for the documentation in the code as well, specifically, under /config/api/.

image