Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) är ett rasterformat för molnströmning av tiles. Filen innehåller interna tiles och översiktsbilder för progressiv inläsning. Idealiskt för moln-GIS, satellitbilder och analys.

Exportera Cloud-Optimized GeoTIFF nu ✨ Öppen beta — gratis, inga begränsningar

Viktiga funktioner

Interna tiles
Översikter för progressiv inläsning
Strömning via HTTP range-förfrågningar
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Om formatet 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.

Vilket program öppnar Cloud-Optimized GeoTIFF-filer

Följande program och applikationer kan öppna, redigera och arbeta med Cloud-Optimized GeoTIFF-filer (.tif) som exporterats från OSM2CDR:

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

Format specifications

Vem använder Cloud-Optimized GeoTIFF-kartor

🏗
Moln-GIS
A raster layer straight from cloud storage, without a separate tile server.
💻
Satellitbilder
A basemap next to imagery in the same pipelines as satellite data.
📊
Rasteranalys
A source for raster computations in rasterio, GDAL and cloud environments.
🎨
Webbkartor
A fast web map: the client pulls only the visible part and the scale it needs.
🗺
Vetenskapliga data
Publishing research data in a format that is read over the network without downloading it whole.

Så exporterar du Cloud-Optimized GeoTIFF

1
Välj område
Rita en rektangel eller polygon på den interaktiva kartan på osm2cdr.ru
2
Välj Cloud-Optimized GeoTIFF
Välj Cloud-Optimized GeoTIFF från listan med 127 tillgängliga exportformat
3
Exportera
Klicka på Exportera och få din .tif-fil på 1–5 minuter
4
Ladda ner
Ladda ner den färdiga Cloud-Optimized GeoTIFF-filen och öppna den i QGIS

Så öppnar du filen efter exporten

Populära kartor i Cloud-Optimized GeoTIFF

Free

Hämta kartexporter i Cloud-Optimized GeoTIFF

Ladda ner professionella Cloud-Optimized GeoTIFF-kartor från OpenStreetMap. Direktgenerering, valfritt område.

Gratis / export
Exportera Cloud-Optimized GeoTIFF nu →

Vanliga frågor

Hur skiljer sig COG från vanlig GeoTIFF?
Var lagrar man COG-filer?
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?

Jämför med andra format

Relaterade format

Ofta exporterade tillsammans

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles