Block a user
remove JFIF data in case EXIF extraction fails
matthias
created branch workaround/faulty-exif in matthias/mapillary_download
2024-10-27 00:43:55 +02:00
mapillary_download of a sequence creates 0 Bytes files
so... pyexiv2.ImageData seems to crash if jfif tags are present
writer.py
Line 38 in 4258a8b84b
self.image = pyexiv2.ImageData(picture) |
I am not…
795fd20030
correct text-array to download script, ask for usernames if empty, improve argparse, linting to black
batch export: batch_get_username calls unknown function find_user_id
correct text-array to download script
matthias
created branch bugfix/download-array in matthias/mapillary_download
2024-10-25 23:19:38 +02:00
2b30d2b80d
correct text-array to download script, ask for usernames if empty, improve argparse, linting to black
ff90b70d5d
add curl_land.sh to fetch sequences of a user
c9cf523562
⚡ add script to find user id
mapillary_download of a sequence creates 0 Bytes files
traced it down to:
mapillary_download.py
Line 39 in 7d297ed805
image = write_exif(r.content, metadata) |
Error for all 0 Bytes files: `Directory…
batch export: batch_get_username calls unknown function find_user_id
mapillary_download of a sequence creates 0 Bytes files
some more detail:
- the number of files matches the number of images shown on the mapillary website with this sequence
- if all 0 Byte files are delted (`find . -name '*.jpg' -size 0 -print0
mapillary_download of a sequence creates 0 Bytes files
correct typos, adapt chmod of bash scripts