Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF(COG)是一种栅格格式,用于瓦片的云端流式传输。文件内含内部瓦片和概视图,支持渐进式加载。非常适合云端 GIS、卫星影像和分析。

立即导出 Cloud-Optimized GeoTIFF ✨ Open Beta — 免费无限制

主要特点

内部瓦片
用于渐进加载的概视图
HTTP 范围请求流式传输
Cloud-Optimized GeoTIFF 格式导出示例(莫斯科中心,1x0.5 公里)
示例:莫斯科中心区,约 1x0.5 公里,中等详细度

关于 Cloud-Optimized GeoTIFF 格式

Cloud-Optimized GeoTIFF is an ordinary GeoTIFF, but laid out inside in such a way that it can be read piece by piece straight from the cloud. The file has internal tiles and a pyramid of reduced copies, so a client makes an HTTP request with a byte range and takes only the fragment it needs and only the scale it needs, without downloading the whole file.

The format is chosen when the map lives in cloud storage and is served to many consumers: a basemap for a web map, a layer in a cloud GIS, a raster for analytics. A single file on S3 replaces a whole tile server — readers take from it what they need themselves.

The output is a single .tif file: the map of the selected area is drawn into a raster and repacked into COG with GDAL. The internal tiles are 512 pixels, overview levels are built automatically with bilinear resampling, and the default compression is DEFLATE (LZW, ZSTD, JPEG and WebP are also available). Georeferencing is in WGS84, the resolution is chosen by a quality preset, and the raster side is capped so the file stays workable.

It is important to understand the nature of the file: these are pixels, not objects. There are no OSM attributes in it, and you cannot click a building and see its tags — for that you need vector formats.

打开 Cloud-Optimized GeoTIFF 文件的程序

以下程序可以打开、编辑和处理从 OSM2CDR 导出的 Cloud-Optimized GeoTIFF(.tif)文件:

🌎QGIS 💻GDAL 💻Rasterio 🌎ArcGIS Pro 🌐Google Earth Engine

格式规格

谁在使用 Cloud-Optimized GeoTIFF 地图

🏗
云端 GIS
A raster layer straight from cloud storage, without a separate tile server.
💻
卫星影像
A basemap next to imagery in the same pipelines as satellite data.
📊
栅格分析
A source for raster computations in rasterio, GDAL and cloud environments.
🎨
网页地图
A fast web map: the client pulls only the visible part and the scale it needs.
🗺
科研数据
Publishing research data in a format that is read over the network without downloading it whole.

如何导出 Cloud-Optimized GeoTIFF

1
选择区域
在 osm2cdr 的交互式地图上绘制矩形或多边形
2
选择 Cloud-Optimized GeoTIFF
从 127 种可用导出格式中选择 Cloud-Optimized GeoTIFF
3
导出
点击导出,1–5 分钟内收到您的 .tif 文件
4
下载
下载完成的 Cloud-Optimized GeoTIFF 文件并在 QGIS 中打开

导出后如何打开

Cloud-Optimized GeoTIFF 格式的热门地图

Free

导出 Cloud-Optimized GeoTIFF 地图

从 OpenStreetMap 下载专业的 Cloud-Optimized GeoTIFF 地图。即时生成,任意区域。

免费 / 导出
立即导出 Cloud-Optimized GeoTIFF →

常见问题

COG 与普通 GeoTIFF 有何区别?
COG 文件托管在哪里?
Are there OSM objects and attributes in the file?
How do I make sure the file really is cloud-optimized?
What compression and projection are used?

与其他格式比较

相关格式

经常一起导出

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles