In APIv3 one of the query options was “lookat”, for finding images that show a given location. I don’t see anything equivalent to that in the APIv4 documentation. Is there a way to use the vector tile approach and do something equivalent? I suppose I could recreate it with a bounding box vector tile query, then find nearest image to the point and then check the angle between the compass of the image and the point I’m interested in. But wanted to make sure a workflow doesn’t already exist for this.
2 Likes
For lookat, please check out GitHub - mapillary/mapillary-python-sdk: A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data. which contains this and a lot of other helpful functions for working with the Mapillary API.
@GITNE For uploaded_at, are you suggesting that it be added on mapillary.com where the delete sequence button is?
The detections you get from the image API are not the map feature IDs, those are IDs of the detected things within that image.