Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) je rastrový formát pro streamování dlaždic z cloudu. Soubor obsahuje interní dlaždice a přehledové vrstvy pro postupné načítání. Ideální pro cloudové GIS, družicové snímky a analytiku.

Exportovat Cloud-Optimized GeoTIFF hned ✨ Otevřená beta — zdarma, bez omezení

Klíčové vlastnosti

Interní dlaždice
Přehledové vrstvy pro postupné načítání
Streamování přes požadavky HTTP range
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formátu 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.

Jaký program otevírá soubory Cloud-Optimized GeoTIFF

Následující programy a aplikace dokážou otevřít, upravit a zpracovat soubory Cloud-Optimized GeoTIFF (.tif) exportované z OSM2CDR:

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

Format specifications

Kdo používá mapy Cloud-Optimized GeoTIFF

🏗
Cloudové GIS
A raster layer straight from cloud storage, without a separate tile server.
💻
Družicové snímky
A basemap next to imagery in the same pipelines as satellite data.
📊
Rastrová analýza
A source for raster computations in rasterio, GDAL and cloud environments.
🎨
Webové mapy
A fast web map: the client pulls only the visible part and the scale it needs.
🗺
Vědecká data
Publishing research data in a format that is read over the network without downloading it whole.

Jak exportovat Cloud-Optimized GeoTIFF

1
Vyberte oblast
Nakreslete obdélník nebo polygon na interaktivní mapě na osm2cdr.ru
2
Zvolte Cloud-Optimized GeoTIFF
Vyberte Cloud-Optimized GeoTIFF ze seznamu 127 dostupných exportních formátů
3
Export
Klikněte na Exportovat a obdržíte soubor .tif během 1–5 minut
4
Stáhnout
Stáhněte si hotový soubor Cloud-Optimized GeoTIFF a otevřete jej v QGIS

Jak soubor otevřít po exportu

Oblíbené mapy ve formátu Cloud-Optimized GeoTIFF

Zdarma

Získejte mapové exporty ve formátu Cloud-Optimized GeoTIFF

Stáhněte si profesionální mapy Cloud-Optimized GeoTIFF z OpenStreetMap. Okamžité generování, libovolná oblast.

Zdarma / export
Exportovat Cloud-Optimized GeoTIFF hned →

Časté dotazy

Čím se COG liší od běžného GeoTIFF?
Kde hostovat soubory 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?

Porovnání s dalšími formáty

Související formáty

Často exportováno společně

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles