Cloud-Optimized GeoTIFF 🛰

Cloud-Optimized GeoTIFF

Open Beta
.tif · image/tiff

Cloud-Optimized GeoTIFF (COG) قالبی رستری برای جریان‌سازی ابری کاشی‌هاست. فایل حاوی کاشی‌های داخلی و نماهای کلی برای بارگذاری تدریجی است. ایده‌آل برای GIS ابری، تصاویر ماهواره‌ای و تحلیل.

همین حالا Cloud-Optimized GeoTIFF را خروجی بگیرید ✨ بتای باز — رایگان، بدون محدودیت

ویژگی‌های کلیدی

کاشی‌های داخلی
نماهای کلی برای بارگذاری تدریجی
جریان‌سازی با درخواست بازهٔ 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 را باز می‌کند

برنامه‌ها و نرم‌افزارهای زیر می‌توانند فایل‌های Cloud-Optimized GeoTIFF (.tif) صادرشده از OSM2CDR را باز و ویرایش کنند و با آن‌ها کار کنند:

🌎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 را از فهرست ۱۲۷ قالب خروجی موجود انتخاب کنید
3
خروجی
روی خروجی کلیک کنید و فایل .tif خود را در ۱ تا ۵ دقیقه دریافت کنید
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