Downloading Images

Hello,

I’m an intermediate level coder and I’m looking to download images from Mapillary.

I’ve read up on the API documentation and I’ve created an application to use with the Mapillary API. I was wondering whether anybody could please provide me on any info from where I go from here?

Much appreciated.

You know this?

Hi, thanks. I’ve not seen this before.

I’ll take a closer look but from a quick scan I think I just need to update the code with my own client ID?

Hi, I’ve updated the ‘Client ID’ with my details. When I run the code, I get this error. Any suggestions, please?

— mapillary download | v0.00.00 | 2019-04-16 —
usage: ipykernel_launcher.py [-h] [–max_results MAX_RESULTS]
[–image_size {320,640,1024,2048}]
usernames start_time end_time
ipykernel_launcher.py: error: the following arguments are required: start_time, end_time
An exception has occurred, use %tb to see the full traceback.

SystemExit: 2

C:\Users\Wildman\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py:3304: UserWarning: To exit: use ‘exit’, ‘quit’, or Ctrl-D.
warn(“To exit: use ‘exit’, ‘quit’, or Ctrl-D.”, stacklevel=1)

Seems to need some commandline params.

Thanks… I think I’ve found an alternative way to download the images from the API :slight_smile: