matthias
  • Joined on 2024-10-22
matthias pushed to workaround/faulty-exif at matthias/mapillary_download 2024-10-27 00:51:50 +02:00
0f3a3a8d6e remove JFIF data in case EXIF extraction fails
matthias created pull request tykayn/mapillary_download#7 2024-10-27 00:48:02 +02:00
remove JFIF data in case EXIF extraction fails
matthias pushed to workaround/faulty-exif at matthias/mapillary_download 2024-10-27 00:45:24 +02:00
b711c70dcf 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
matthias pushed to workaround/faulty-exif at matthias/mapillary_download 2024-10-27 00:43:55 +02:00
matthias commented on issue tykayn/mapillary_download#3 2024-10-26 23:56:01 +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…

matthias pushed to bugfix/download-array at matthias/mapillary_download 2024-10-26 22:12:31 +02:00
795fd20030 correct text-array to download script, ask for usernames if empty, improve argparse, linting to black
matthias closed issue tykayn/mapillary_download#5 2024-10-25 23:25:28 +02:00
batch export: batch_get_username calls unknown function find_user_id
matthias created pull request tykayn/mapillary_download#6 2024-10-25 23:23:59 +02:00
correct text-array to download script
matthias created branch bugfix/download-array in matthias/mapillary_download 2024-10-25 23:19:38 +02:00
matthias pushed to bugfix/download-array at 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
Compare 3 commits »
matthias commented on issue tykayn/mapillary_download#3 2024-10-25 00:14:53 +02:00
mapillary_download of a sequence creates 0 Bytes files

traced it down to:

image = write_exif(r.content, metadata)

Error for all 0 Bytes files: `Directory…

matthias opened issue tykayn/mapillary_download#5 2024-10-24 23:17:10 +02:00
batch export: batch_get_username calls unknown function find_user_id
matthias commented on issue tykayn/mapillary_download#3 2024-10-24 22:28:20 +02:00
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
matthias pushed to bugfix/typos at matthias/mapillary_download 2024-10-24 01:10:11 +02:00
7d297ed805 fixup! correct typos, adapt chmod of bash scripts
matthias pushed to bugfix/typos at matthias/mapillary_download 2024-10-24 00:01:11 +02:00
c8404cdd54 add panormax cli
matthias opened issue tykayn/mapillary_download#3 2024-10-22 23:26:22 +02:00
mapillary_download of a sequence creates 0 Bytes files
matthias pushed to bugfix/typos at matthias/mapillary_download 2024-10-22 23:13:00 +02:00
5099f0f368 correct typos, adapt chmod of bash scripts
matthias created pull request tykayn/mapillary_download#2 2024-10-22 23:08:10 +02:00
correct typos, adapt chmod of bash scripts