Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) არის რასტრული ფორმატი ფილების ღრუბლოვანი სტრიმინგისთვის. ფაილი შეიცავს შიდა ფილებსა და მიმოხილვებს თანდათანობითი ჩატვირთვისთვის. იდეალურია ღრუბლოვანი GIS-ისთვის, თანამგზავრული გამოსახულებებისა და ანალიტიკისთვის.

Cloud-Optimized GeoTIFF-ის ექსპორტი ახლავე ✨ Open Beta — უფასო, ლიმიტების გარეშე

ძირითადი შესაძლებლობები

შიდა ფილები
მიმოხილვები თანდათანობითი ჩატვირთვისთვის
სტრიმინგი HTTP range-მოთხოვნებით
Example Cloud-Optimized GeoTIFF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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.

რომელი პროგრამა ხსნის Cloud-Optimized GeoTIFF ფაილებს

შემდეგ პროგრამებსა და აპლიკაციებს შეუძლიათ გახსნან, დაარედაქტირონ და იმუშაონ OSM2CDR-იდან ექსპორტირებულ Cloud-Optimized GeoTIFF (.tif) ფაილებთან:

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

Format specifications

ვინ იყენებს Cloud-Optimized GeoTIFF რუკებს

🏗
ღრუბლოვანი GIS
A raster layer straight from cloud storage, without a separate tile server.
💻
თანამგზავრული გამოსახულებები
A basemap next to imagery in the same pipelines as satellite data.
📊
რასტრული ანალიზი
A source for raster computations in rasterio, GDAL and cloud environments.
🎨
ვებ-რუკები
A fast web map: the client pulls only the visible part and the scale it needs.
🗺
სამეცნიერო მონაცემები
Publishing research data in a format that is read over the network without downloading it whole.

როგორ გავაკეთოთ Cloud-Optimized GeoTIFF-ის ექსპორტი

1
აირჩიეთ არე
დახაზეთ მართკუთხედი ან მრავალკუთხედი ინტერაქტიულ რუკაზე osm2cdr.ru-ზე
2
აირჩიეთ Cloud-Optimized GeoTIFF
აირჩიეთ Cloud-Optimized GeoTIFF ხელმისაწვდომი 127 ექსპორტის ფორმატის სიიდან
3
ექსპორტი
დააჭირეთ ექსპორტს და მიიღეთ თქვენი .tif ფაილი 1-5 წუთში
4
ჩამოტვირთვა
ჩამოტვირთეთ მზა Cloud-Optimized GeoTIFF ფაილი და გახსენით იგი QGIS-ში

როგორ გავხსნათ ექსპორტის შემდეგ

პოპულარული რუკები Cloud-Optimized GeoTIFF-ში

უფასო

მიიღეთ Cloud-Optimized GeoTIFF რუკების ექსპორტი

ჩამოტვირთეთ პროფესიული Cloud-Optimized GeoTIFF რუკები OpenStreetMap-იდან. მყისიერი გენერაცია, ნებისმიერი არე.

უფასო / ექსპორტი
Cloud-Optimized GeoTIFF-ის ექსპორტი ახლავე →

ხშირად დასმული კითხვები

რით განსხვავდება COG ჩვეულებრივი GeoTIFF-ისგან?
სად განვათავსო 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?

შეადარეთ სხვა ფორმატებს

დაკავშირებული ფორმატები

ხშირად ერთად ექსპორტირებული

Cloud-Optimized GeoTIFF+🌎GeoTIFF🗺PMTiles📷PNG

Related Articles