Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) este un format raster pentru streamingul dalelor în cloud. Fișierul conține dale interne și niveluri de detaliu pentru încărcare progresivă. Ideal pentru GIS în cloud, imagini satelitare și analiză.

Exportă Cloud-Optimized GeoTIFF acum ✨ Open Beta — gratuit, fără limite

Caracteristici principale

Dale interne
Niveluri de detaliu pentru încărcare progresivă
Streaming prin cereri HTTP de tip range
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Despre formatul 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.

Ce program deschide fișierele Cloud-Optimized GeoTIFF

Următoarele programe și aplicații pot deschide, edita și prelucra fișiere Cloud-Optimized GeoTIFF (.tif) exportate din OSM2CDR:

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

Format specifications

Cine folosește hărțile Cloud-Optimized GeoTIFF

🏗
GIS în cloud
A raster layer straight from cloud storage, without a separate tile server.
💻
Imagini satelitare
A basemap next to imagery in the same pipelines as satellite data.
📊
Analiză raster
A source for raster computations in rasterio, GDAL and cloud environments.
🎨
Hărți web
A fast web map: the client pulls only the visible part and the scale it needs.
🗺
Date științifice
Publishing research data in a format that is read over the network without downloading it whole.

Cum se exportă Cloud-Optimized GeoTIFF

1
Selectează zona
Desenează un dreptunghi sau un poligon pe harta interactivă de pe osm2cdr.ru
2
Alege Cloud-Optimized GeoTIFF
Selectează Cloud-Optimized GeoTIFF din lista celor 127 de formate de export disponibile
3
Exportă
Apasă Export și primește fișierul .tif în 1-5 minute
4
Descarcă
Descarcă fișierul Cloud-Optimized GeoTIFF finalizat și deschide-l în QGIS

Cum se deschide fișierul după export

Hărți populare în Cloud-Optimized GeoTIFF

Free

Obține exporturi de hărți Cloud-Optimized GeoTIFF

Descarcă hărți Cloud-Optimized GeoTIFF profesionale din OpenStreetMap. Generare instantanee, orice zonă.

Gratuit / export
Exportă Cloud-Optimized GeoTIFF acum →

Întrebări frecvente

Prin ce se deosebește COG de un GeoTIFF obișnuit?
Unde se găzduiesc fișierele 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?

Compară cu alte formate

Formate înrudite

Exportate frecvent împreună

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles