Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) on rastervorming paanide pilvepõhiseks voogedastamiseks. Fail sisaldab sisemisi paane ja ülevaateid progressiivseks laadimiseks. Ideaalne pilve-GIS-i, satelliidipiltide ja analüütika jaoks.

Ekspordi Cloud-Optimized GeoTIFF kohe ✨ Avatud beeta — tasuta, ilma piiranguteta

Põhiomadused

Sisemised paanid
Ülevaated progresseeruvaks laadimiseks
Voogesitus HTTP range-päringutega
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Vormingu Cloud-Optimized GeoTIFF kohta

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.

Milline programm avab Cloud-Optimized GeoTIFF-faile

Järgmised programmid ja rakendused suudavad avada, redigeerida ning töödelda OSM2CDR-ist eksporditud Cloud-Optimized GeoTIFF (.tif) faile:

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

Format specifications

Kes kasutab Cloud-Optimized GeoTIFF-kaarte

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

Kuidas eksportida vormingusse Cloud-Optimized GeoTIFF

1
Vali ala
Joonista interaktiivsel kaardil aadressil osm2cdr.ru ristkülik või polügon
2
Vali Cloud-Optimized GeoTIFF
Vali 127 saadaoleva eksportvormingu hulgast Cloud-Optimized GeoTIFF
3
Ekspordi
Klõpsa „Ekspordi“ ja saa oma .tif-fail 1–5 minutiga
4
Laadi alla
Laadi alla valmis Cloud-Optimized GeoTIFF-fail ja ava see programmis QGIS

Kuidas pärast eksporti avada

Populaarsed kaardid vormingus Cloud-Optimized GeoTIFF

Free

Hangi kaardiekspordid vormingus Cloud-Optimized GeoTIFF

Laadi alla professionaalsed Cloud-Optimized GeoTIFF-kaardid OpenStreetMapi andmetest. Kohene genereerimine, mis tahes ala.

Tasuta / eksport
Ekspordi Cloud-Optimized GeoTIFF kohe →

Korduma kippuvad küsimused

Mille poolest erineb COG tavalisest GeoTIFF-ist?
Kus COG-faile majutada?
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?

Võrdle teiste vormingutega

Seotud vormingud

Sageli koos eksporditavad vormingud

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles