Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) er et rasterformat for skystrømming av fliser. Filen inneholder interne fliser og oversiktsbilder for progressiv innlasting. Ideelt for sky-GIS, satellittbilder og analyse.

Eksporter Cloud-Optimized GeoTIFF nå ✨ Åpen beta — gratis, ingen begrensninger

Hovedfunksjoner

Interne fliser
Oversiktsbilder for progressiv innlasting
Strømming via HTTP range-forespørsler
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Om Cloud-Optimized GeoTIFF-formatet

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.

Hvilket program åpner Cloud-Optimized GeoTIFF-filer

Følgende programmer og applikasjoner kan åpne, redigere og arbeide med Cloud-Optimized GeoTIFF (.tif)-filer eksportert fra OSM2CDR:

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

Format specifications

Hvem bruker Cloud-Optimized GeoTIFF-kart

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

Slik eksporterer du Cloud-Optimized GeoTIFF

1
Velg område
Tegn et rektangel eller polygon på det interaktive kartet på osm2cdr.ru
2
Velg Cloud-Optimized GeoTIFF
Velg Cloud-Optimized GeoTIFF fra listen over 127 tilgjengelige eksportformater
3
Eksporter
Klikk Eksporter og motta .tif-filen din på 1–5 minutter
4
Last ned
Last ned den ferdige Cloud-Optimized GeoTIFF-filen og åpne den i QGIS

Slik åpner du filen etter eksporten

Populære kart i Cloud-Optimized GeoTIFF

Free

Få karteksporter i Cloud-Optimized GeoTIFF

Last ned profesjonelle Cloud-Optimized GeoTIFF-kart fra OpenStreetMap. Umiddelbar generering, uansett område.

Gratis / eksport
Eksporter Cloud-Optimized GeoTIFF nå →

Ofte stilte spørsmål

Hva er forskjellen på COG og en vanlig GeoTIFF?
Hvor bør COG-filer hostes?
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?

Sammenlign med andre formater

Relaterte formater

Ofte eksportert sammen

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles