Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 4d47808

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)