mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-12-04 17:20:07 +01:00
Switching to pyexiv2
This commit is contained in:
parent
fc7e82350d
commit
6989b5e0d9
17 changed files with 80 additions and 3796 deletions
6
model.py
Normal file
6
model.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from enum import Enum
|
||||
|
||||
|
||||
class PictureType(str, Enum):
|
||||
flat = "flat"
|
||||
equirectangular = "equirectangular" # 360° picture
|
||||
Loading…
Add table
Add a link
Reference in a new issue