Skip to content

Commit 4d47808

Browse files
committed
fix: convert panoramax type column to is_pano
1 parent 0c89d97 commit 4d47808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapswipe_workers/mapswipe_workers/utils/process_mapillary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def download_and_process_tile(row, polygon, provider, kwargs, attempt_limit=3):
6868
"type": "is_pano",
6969
}
7070
)
71+
data["is_pano"] = data["is_pano"].eq("equirectangular")
72+
7173
target_columns = [
7274
"id",
7375
"geometry",

0 commit comments

Comments
 (0)