batch export: batch_get_username calls unknown function find_user_id #5

Closed
opened 2024-10-24 23:17:10 +02:00 by matthias · 2 comments
Contributor

Hello,

I wanted to use your script to download all my pictures from mapillary, but could not get the batch_get_username.sh running, as it calls an uncommitted file find_user_id.sh:

bash find_user_id.sh $username

Can you check if you simply forgot to add that file?

Maybe the same for curl_land.sh?

get_user.sh Line 11 in 7d297ed805
bash curl_land.sh "$username" "$num_user" > "out_${username}.json"

Oh, and I discovered that images_par_username.py was exactly listing the sequences that I was looking for. Is there a reason why the batch script is not using that? Because it is limited to 5000 pictures?

Hello, I wanted to use your script to download all my pictures from mapillary, but could not get the `batch_get_username.sh` running, as it calls an uncommitted file `find_user_id.sh`: https://forge.chapril.org/tykayn/mapillary_download/src/commit/7d297ed80564bf618fffc78d0f45e5c356195cbe/batch_get_username.sh#L30 Can you check if you simply forgot to add that file? Maybe the same for `curl_land.sh`? https://forge.chapril.org/tykayn/mapillary_download/src/commit/7d297ed80564bf618fffc78d0f45e5c356195cbe/get_user.sh#L11 Oh, and I discovered that `images_par_username.py` was exactly listing the sequences that I was looking for. Is there a reason why the batch script is not using that? Because it is limited to 5000 pictures?
Owner

good observation, i encountered the same issue by trying to run the repo on a fresh clone.
find_user_id was not in the repo, i added the find_user_id.sh and curl_land.sh. I did spread files a bit for testing.

if there are other things missings don't hesitate :)

good observation, i encountered the same issue by trying to run the repo on a fresh clone. find_user_id was not in the repo, i added the find_user_id.sh and curl_land.sh. I did spread files a bit for testing. if there are other things missings don't hesitate :)
Author
Contributor

Thanks!

Thanks!
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tykayn/mapillary_download#5
No description provided.