Mixed tile format doesn't work for S3 and FS
还没有人认领这个 Issue。
评估
调研方向
首先定位将瓦片写入 FS 和 S3 的 merger 路径,然后跟踪在组合 PNG 和 JPEG 数据时如何选择输出文件扩展名。复现 issue 中从透明到不透明的场景。完成的标准是新计算出的瓦片替换现有瓦片,而不是同时留下两个扩展名,并且仍与 MapProxy serving 兼容。
由索引模型根据 Issue 内容生成。
描述
Describe the bug
When working with files, the merger uses file extension with no regard to existing file extension. This means that if a PNG file is merged with a new JPEG resulting in a full tile (JPEG) then it will be stored and both files would exist (for the same x,y,z).
To Reproduce
- Hold a tile with transparency in FS or S3
- Update with a tile that should result in a tile with no transparency
- New tile is written next to the existing tile
Expected behavior
Only the new calculated tile should exist.
Additional context
To combat this mapproxy uses .mixed extension, this way at the end the correct data would be placed. This is because the file extension isn't needed for discovering the tile format (can be understood from tile data).
If we implement the same strategy then we will be able to use mixed format with Mapproxy serving as well.
- 主要语言
- C#
- 星标
- 1
- 派生
- 2
- 平均合并
- 21 分钟
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MapColonies/GpkgMerger 的其他 Issue
-
enhancement
难度 3/5 1-2 天 新手友好度 25/100
MapColonies/GpkgMerger#172 ·
-
bug
难度 3/5 1-2 天 新手友好度 35/100
MapColonies/GpkgMerger#168 ·
-
bug
难度 3/5 1-2 天 新手友好度 45/100
MapColonies/GpkgMerger#159 ·
-
enhancement
MapColonies/GpkgMerger#155 · 已指派 1 人 ·
-
Feature Testing
难度 4/5 3-5 天 新手友好度 25/100
MapColonies/GpkgMerger#151 ·
查看 MapColonies/GpkgMerger 的全部 Issue
相似的 Issue
-
bug
难度 1/5 1 小时以内 新手友好度 90/100
-
Type: enhancement
难度 2/5 1-3 小时 新手友好度 65/100
apache/arrow-adbc#4809 ·
-
type/automation type/tech-debt
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 65/100
microsoft/vscode-azurefunctions#5197 · 1 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 85/100
microsoft/microsoft-ui-reactor#1274 ·