rebuild hotspot tiles for full semantic audit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"aoi_json": "/root/sourceserver/pbf/tasks/pbf/NavSea_Full_AOI_Visual_Audit_2026-04-18.json",
|
||||
"aoi_labels": [
|
||||
"博多港中心 10 海里",
|
||||
"东京湾 10 海里",
|
||||
"大阪 10 海里",
|
||||
"冲绳 10 海里",
|
||||
"唐津 5 海里"
|
||||
],
|
||||
"zoom_filter": [],
|
||||
"source_root": "/home/wwwroot/newpec/exported_auto/tile.mapple-on.jp__newpec-mvt-20260106__z___x___y_.pbf/tiles",
|
||||
"full_root": "/home/wwwroot/pbf-delivery-full-20260415",
|
||||
"semantic_root": "/home/wwwroot/pbf-delivery-full-semantic-20260416",
|
||||
"tile_count": 154,
|
||||
"prepared_reference_tiles": 154,
|
||||
"full_backup_root": "/tmp/navsea_hotspot_rebuild/backup_full",
|
||||
"semantic_backup_root": "/tmp/navsea_hotspot_rebuild/backup_semantic",
|
||||
"full_backup_tiles": 154,
|
||||
"semantic_backup_tiles": 154,
|
||||
"full_deployed_tiles": 154,
|
||||
"semantic_stats": {
|
||||
"tiles_total": 154,
|
||||
"tiles_written": 154,
|
||||
"tiles_semantic_rewritten": 0,
|
||||
"features_semantic_changed": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
# 全国热点 AOI 旧坏 Tile 重建修复
|
||||
|
||||
## 范围
|
||||
|
||||
- AOI 配置:`/root/sourceserver/pbf/tasks/pbf/NavSea_Full_AOI_Visual_Audit_2026-04-18.json`
|
||||
- AOI 标签:`博多港中心 10 海里, 东京湾 10 海里, 大阪 10 海里, 冲绳 10 海里, 唐津 5 海里`
|
||||
- zoom:`按 AOI 原配置`
|
||||
- 参考源:`/home/wwwroot/newpec/exported_auto/tile.mapple-on.jp__newpec-mvt-20260106__z___x___y_.pbf/tiles`
|
||||
- full 目标:`/home/wwwroot/pbf-delivery-full-20260415`
|
||||
- semantic 目标:`/home/wwwroot/pbf-delivery-full-semantic-20260416`
|
||||
|
||||
## 数量
|
||||
|
||||
- 热点 tile 数:`154`
|
||||
- 参考 tile 准备:`154`
|
||||
- full 备份:`154`
|
||||
- semantic 备份:`154`
|
||||
- full 部署:`154`
|
||||
- semantic 部署:`154`
|
||||
- semantic 重写:`0`
|
||||
- semantic 改动 feature:`0`
|
||||
|
||||
## 备份目录
|
||||
|
||||
- full backup: `/tmp/navsea_hotspot_rebuild/backup_full`
|
||||
- semantic backup: `/tmp/navsea_hotspot_rebuild/backup_semantic`
|
||||
|
||||
## 说明
|
||||
|
||||
- 这轮不是单纯回写 extent,而是用当前 builder 对固定热点 tile 重新生成 full 包。
|
||||
- semantic 包再以重建后的 full tile 为底稿,按当前语义 sprite 映射规则重写相关属性。
|
||||
- 目标是先消除全国审计热点里的旧坏几何与大片空白问题。
|
||||
|
||||
Reference in New Issue
Block a user