kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

No sequence found #74

Closed mishari closed 5 years ago

mishari commented 5 years ago

Hi

I have a directory containing almost 30k files of captures made over a month.

$ ls|head
0000001.jpg
0000002.jpg
0000003.jpg
0000004.jpg
0000005.jpg
0000006.jpg
0000007.jpg
0000008.jpg
0000009.jpg
0000010.jpg

I ran the osc_tool script as follows

python ~/upload-scripts/osc_tools.py upload -p .

The output I get is

Searching for sequences...
Search completed.
    No sequence found.

I'm not sure what I'm missing?

bogdans-telenav commented 5 years ago

@mishari can you upload the OSC_logs.log file and 2-3 images.

bogdans-telenav commented 5 years ago

@mishari found that you uploaded them on a different thread https://github.com/openstreetcam/upload-scripts/issues/22#issuecomment-465281072

Your images missed GPS timestamp and we ignored exif timestamp. Fixed this issue by falling back on exif timestamp if GPS timestamp was not found.