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.
🎨
Web マップ
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