Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF(COG)는 타일을 클라우드에서 스트리밍하기 위한 래스터 형식입니다. 파일 내부에 타일과 오버뷰가 포함되어 점진적 로딩을 지원합니다. 클라우드 GIS, 위성 영상, 분석 작업에 이상적입니다.

지금 Cloud-Optimized GeoTIFF 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

내부 타일
점진적 로딩을 위한 오버뷰
HTTP 범위 요청 스트리밍
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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

Format specifications

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.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
Cloud-Optimized GeoTIFF 선택
사용 가능한 127가지 내보내기 형식 목록에서 Cloud-Optimized GeoTIFF을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .tif 파일을 받습니다
4
다운로드
완성된 Cloud-Optimized GeoTIFF 파일을 다운로드하여 QGIS에서 여세요

내보낸 뒤 여는 방법

Cloud-Optimized GeoTIFF 형식의 인기 지도

무료

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