Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) टाइलों की क्लाउड स्ट्रीमिंग के लिए एक रास्टर फ़ॉर्मैट है। फ़ाइल में प्रगतिशील लोडिंग के लिए आंतरिक टाइलें और ओवरव्यू होते हैं। क्लाउड GIS, उपग्रह चित्रण और एनालिटिक्स के लिए आदर्श।

अभी Cloud-Optimized GeoTIFF निर्यात करें ✨ Open Beta — निःशुल्क, कोई सीमा नहीं

मुख्य विशेषताएँ

आंतरिक टाइलें
क्रमिक लोडिंग के लिए ओवरव्यू
HTTP रेंज अनुरोध स्ट्रीमिंग
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 चुनें
127 उपलब्ध निर्यात प्रारूपों की सूची से Cloud-Optimized GeoTIFF चुनें
3
निर्यात करें
Export पर क्लिक करें और 1-5 मिनट में अपनी .tif फ़ाइल प्राप्त करें
4
डाउनलोड करें
तैयार Cloud-Optimized GeoTIFF फ़ाइल डाउनलोड करें और उसे QGIS में खोलें

निर्यात के बाद कैसे खोलें

Cloud-Optimized GeoTIFF में लोकप्रिय मानचित्र

मुफ़्त

Cloud-Optimized GeoTIFF मानचित्र निर्यात प्राप्त करें

OpenStreetMap से पेशेवर Cloud-Optimized GeoTIFF मानचित्र डाउनलोड करें. तत्काल जनरेशन, कोई भी क्षेत्र.

निःशुल्क / निर्यात
अभी 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