Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) on rasterimuoto laattojen pilvisuoratoistoon. Tiedosto sisältää sisäiset laatat ja yleiskatselukerrokset asteittaista lataamista varten. Ihanteellinen pilvipohjaiseen GIS:iin, satelliittikuviin ja analytiikkaan.

Vie Cloud-Optimized GeoTIFF nyt ✨ Avoin beta — ilmainen, ei rajoituksia

Keskeiset ominaisuudet

Sisäiset laatat
Yleiskatselukerrokset asteittaista lataamista varten
HTTP-aluekyselyiden suoratoisto
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Tietoa Cloud-Optimized GeoTIFF-muodosta

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.

Mikä ohjelma avaa Cloud-Optimized GeoTIFF-tiedostot

Seuraavat ohjelmat ja sovellukset voivat avata ja muokata OSM2CDR:stä vietyjä Cloud-Optimized GeoTIFF (.tif) -tiedostoja sekä työskennellä niiden parissa:

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

Format specifications

Ketkä käyttävät Cloud-Optimized GeoTIFF-karttoja

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

Näin viet kartan muotoon Cloud-Optimized GeoTIFF

1
Valitse alue
Piirrä suorakulmio tai monikulmio interaktiiviselle kartalle osoitteessa osm2cdr.ru
2
Valitse Cloud-Optimized GeoTIFF
Valitse Cloud-Optimized GeoTIFF 127 saatavilla olevan vientimuodon luettelosta
3
Vie
Napsauta Vie ja saat .tif-tiedostosi 1–5 minuutissa
4
Lataa
Lataa valmis Cloud-Optimized GeoTIFF-tiedosto ja avaa se ohjelmassa QGIS

Kuinka avata viennin jälkeen

Suositut Cloud-Optimized GeoTIFF-kartat

Ilmainen

Hanki Cloud-Optimized GeoTIFF -karttavientejä

Lataa ammattilaistason Cloud-Optimized GeoTIFF-karttoja OpenStreetMapista. Luodaan välittömästi mistä tahansa alueesta.

Ilmainen / vienti
Vie Cloud-Optimized GeoTIFF nyt →

Usein kysytyt kysymykset

Miten COG eroaa tavallisesta GeoTIFF:stä?
Missä COG-tiedostoja kannattaa isännöidä?
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?

Vertaa muihin muotoihin

Liittyvät muodot

Usein viedään yhdessä

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles