Enhance CSV metadata with error tracking for mosaics and tiles

This commit is contained in:
2026-04-25 16:06:54 -04:00
parent e8d3bf7180
commit ae37c06f15
10 changed files with 406 additions and 34 deletions
+8
View File
@@ -47,6 +47,10 @@ SCANS_CSV_FIELDS: list[str] = [
"mosaic_url",
"mosaic_local_path",
"mosaic_on_disk",
"mosaic_download_status",
"mosaic_error",
"mosaic_error_code",
"mosaic_error_class",
]
TILES_CSV_FIELDS: list[str] = [
@@ -60,6 +64,10 @@ TILES_CSV_FIELDS: list[str] = [
"y_mm",
"url",
"local_path",
"status",
"error",
"error_code",
"error_class",
"downloaded_at",
"file_size_bytes",
]