Better Open Data

The same open data - usually from Open Data NI - in a cloud-native format.

Data Formats

Introduction to Cloud-Optimized GeoTIFFs (COGs)

Cloud-Optimized GeoTIFFs (COGs) are an evolution of the standard GeoTIFF format, designed to improve the efficiency of accessing and processing large geospatial raster datasets over the internet. By leveraging internal tiling and efficient data compression, COGs enable fast, scalable, and cost-effective access to geospatial imagery without requiring full downloads.

COGs conform to the TIFF standard while incorporating additional optimizations such as overviews (pyramids) and proper internal organization to support HTTP range requests. This makes them ideal for cloud-based geospatial workflows, allowing users to stream only the necessary portions of a dataset instead of transferring entire files. COGs are widely adopted in modern GIS applications, remote sensing platforms, and web mapping services, supported by open-source tools such as GDAL, Rasterio, and QGIS.

By adhering to open standards and cloud-native principles, COGs improve accessibility, reduce storage and bandwidth costs, and streamline integration with cloud computing and serverless geospatial workflows.

Accessing Cloud-Optimized GeoTIFFs (COGs) in Geospatial Software

COGs can be accessed seamlessly in many geospatial software applications without requiring full downloads. Tools like GDAL, Rasterio, QGIS, and ArcGIS support direct streaming of COGs using HTTP range requests, enabling efficient access to specific image tiles or bands.

These tools optimize access by only requesting the necessary portions of the data, making COGs ideal for cloud-based geospatial analysis.

COG Compression Methods

COGs support various compression methods to balance storage efficiency and performance. Common options include: