upload-scripts
upload-scripts copied to clipboard
Uploader tools for KartaView
Hi, all. I'd like to download some of the images that i've contributed. I've had a look at [how to do this](https://github.com/kartaview/upload-scripts), specifically the part entitled [3. Download Imagery based...
Switch to OAuth 2 from HTTP Basic Auth and OAuth 1.0a. They are being deprecated. See https://github.com/openstreetmap/operations/issues/867 cc: @GRABOSM
`exiftool` dump of picture in quesiton: ``` ---- ExifTool ---- ExifTool Version Number : 12.76 ---- System ---- File Name : image20240303_101153395_fixed.jpg Directory : . File Size : 1882 kB...
When uploading tracks to KV servers, this message appears in the log Received exception on video upload ('Connection aborted.', TimeoutError('The write operation timed out')) I tried disconnecting the internet and...
Fixed: JSONDecodeError occurs when Image Description tag is not in JSON format #134
I've tried to upload some pictures to KartaView via the upload-scripts, yet it failed with this error: ``` $ python3 osc_tools.py upload -p ../seq1 Searching for sequences... Traceback (most recent...
Hi, I've tried to install the dependencies for the Script but I get an error message when I run the second line: ``` pip3 install virtualenv virtualenv -p python3 ....
When I uploaded photos that did not have an Image Description tag in JSON format, I got a json.decoder.JSONDecodeError as shown in the traceback below. ``` Traceback (most recent call...
Hi, the credentials.json should not be in the current directory but in the normal XDG namespace somethink like ~/.config/karta/credentials.json Currently i need to login on every upload because i change...
So I'm using Windows 10, Python 3, Git bash/mingw64 and tried to run this tool. Instead of pressing the usual button I pressed the secondary enter button. Perhaps this isn't...