Skip to content

Commit b6077f4

Browse files
committed
fix: rename panoramax first_sequence column to sequence_id
1 parent 4d47808 commit b6077f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mapswipe_workers/mapswipe_workers/utils/process_mapillary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def download_and_process_tile(row, polygon, provider, kwargs, attempt_limit=3):
6666
"account_id": "creator_id",
6767
"ts": "captured_at",
6868
"type": "is_pano",
69+
"first_sequence": "sequence_id",
6970
}
7071
)
7172
data["is_pano"] = data["is_pano"].eq("equirectangular")

0 commit comments

Comments
 (0)