Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

صيغة Cloud-Optimized GeoTIFF (COG) هي صيغة نقطية للبثّ السحابي للبلاطات. يحتوي الملف على بلاطات داخلية ومستويات عرض متدرّجة للتحميل التدريجي. مثالية لنظم المعلومات الجغرافية السحابية وصور الأقمار الصناعية والتحليلات.

صدّر Cloud-Optimized GeoTIFF الآن ✨ النسخة التجريبية المفتوحة — مجاني، بلا قيود

الميزات الرئيسية

بلاطات داخلية
مستويات عرض مصغّرة للتحميل التدريجي
بثّ عبر طلبات 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

تستطيع البرامج والتطبيقات التالية فتح ملفات Cloud-Optimized GeoTIFF (.tif) المُصدَّرة من OSM2CDR وتحريرها والعمل عليها:

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

Format specifications

من يستخدم خرائط Cloud-Optimized GeoTIFF

🏗
نظم المعلومات الجغرافية السحابية
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