AmericanRedCross / street-view-green-view

BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

improve Mapillary image selection #39

Closed danbjoseph closed 1 month ago

danbjoseph commented 4 months ago

our Mapillary image fetching step currently selects an image within 20m of each point at random. we want to implement something to find the closest image among everything that the API returns.

danbjoseph commented 1 month ago

@dragonejt adjusted the assign_images step to return the closest image (not the first one returned in the API response)