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
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .tif فائل حاصل کریں
4
ڈاؤن لوڈ
تیار Cloud-Optimized GeoTIFF فائل ڈاؤن لوڈ کریں اور اسے QGIS میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

Cloud-Optimized GeoTIFF میں مقبول نقشے

مفت

Cloud-Optimized GeoTIFF نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ Cloud-Optimized GeoTIFF نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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