rio-cogeo 7.0.2


pip install rio-cogeo

  Latest version

Released: Mar 27, 2026


Meta
Author: Vincent Sarago
Requires Python: >=3.11

Classifiers

Intended Audience
  • Information Technology
  • Science/Research

License
  • OSI Approved :: BSD License

Programming Language
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Scientific/Engineering :: GIS

rio-cogeo

COG

Cloud Optimized GeoTIFF (COG) creation and validation plugin for Rasterio.

Test Coverage Package version Conda Forge Downloads Downloads


Documentation: https://cogeotiff.github.io/rio-cogeo/

Source Code: https://github.com/cogeotiff/rio-cogeo


Cloud Optimized GeoTIFF

This plugin aims to facilitate the creation and validation of Cloud Optimized GeoTIFF (COG or COGEO). While it respects the COG specifications, this plugin also enforces several features:

  • Internal overviews (User can remove overview with option --overview-level 0)
  • Internal tiles (default profiles have 512x512 internal tiles)

Important: in GDAL 3.1 a new COG driver has been added (doc, discussion), starting with rio-cogeo version 2.2, --use-cog-driver option was added to create COG using the COG driver.

Install

$ pip install -U pip
$ pip install rio-cogeo

Or install from source:

$ pip install -U pip
$ pip install git+https://github.com/cogeotiff/rio-cogeo.git

GDAL Version

It is recommended to use GDAL > 2.3.2. Previous versions might not be able to create proper COGs (ref: https://github.com/OSGeo/gdal/issues/754).

More info in https://github.com/cogeotiff/rio-cogeo/issues/55

More

Blog post on good and bad COG formats: https://medium.com/@_VincentS_/do-you-really-want-people-using-your-data-ec94cd94dc3f

Checkout rio-glui or rio-viz rasterio plugins to explore COG locally in your web browser.

Contribution & Development

See CONTRIBUTING.md

Changes

See CHANGES.md.

License

See LICENSE

7.0.2 Mar 27, 2026
7.0.1 Dec 15, 2025
7.0.0 Nov 21, 2025
6.0.0 Nov 05, 2025
5.4.2 Jun 27, 2025
5.4.1 Dec 16, 2024
5.4.0 Nov 25, 2024
5.3.6 Oct 03, 2024
5.3.5 Oct 03, 2024
5.3.4 Aug 28, 2024
5.3.3 Jul 04, 2024
5.3.2 Jun 13, 2024
5.3.1 Jun 12, 2024
5.3.0 Apr 02, 2024
5.2.0 Feb 16, 2024
5.1.1 Jan 08, 2024
5.1.0 Dec 11, 2023
5.0.0 Jul 25, 2023
4.0.1 Jul 11, 2023
4.0.0 May 31, 2023
3.5.2 May 22, 2023
3.5.1 Apr 06, 2023
3.5.0 Oct 26, 2022
3.4.1 Sep 14, 2022
3.4.0 Sep 05, 2022
3.3.0 Jun 24, 2022
3.2.0 Apr 05, 2022
3.1.0 Feb 18, 2022
3.0.3 Feb 14, 2022
3.0.2 Dec 16, 2021
3.0.1 Oct 27, 2021
3.0.0 Sep 30, 2021
3.0.0a0 Sep 23, 2021
2.3.1 Jul 06, 2021
2.3.0 Jun 25, 2021
2.2.3 Jun 18, 2021
2.2.2 Jun 01, 2021
2.2.1 May 19, 2021
2.2.0 May 19, 2021
2.1.4 Mar 31, 2021
2.1.3 Mar 04, 2021
2.1.2 Feb 10, 2021
2.1.1 Jan 27, 2021
2.1.0 Dec 18, 2020
2.0.1 Oct 07, 2020
2.0.0 Oct 05, 2020
2.0a9 Oct 03, 2020
2.0a8 Sep 28, 2020
2.0a7.post1 Sep 24, 2020
2.0a7 Sep 23, 2020
2.0a6 Aug 18, 2020
2.0a5 Aug 01, 2020
2.0a4 Jun 15, 2020
2.0a3 Jun 15, 2020
2.0a2 May 20, 2020
2.0a1 May 07, 2020
1.1.10 Feb 21, 2020
1.1.9 Feb 06, 2020
1.1.8 Jan 08, 2020
1.1.7 Dec 02, 2019
1.1.6 Nov 14, 2019
1.1.5 Oct 04, 2019
1.1.4 Oct 03, 2019
1.1.3 Sep 16, 2019
1.1.2 Sep 12, 2019
1.1.0 Jul 17, 2019
1.0.0 Apr 19, 2019
1.0b3 Mar 30, 2019
1.0b2 Mar 27, 2019
1.0b1 Mar 25, 2019
1.0b0 Mar 15, 2019
1.0.dev10 Feb 12, 2019
1.0.dev9 Feb 11, 2019
1.0.dev8 Oct 03, 2018
1.0.dev7 Sep 12, 2018
1.0.dev6 Aug 23, 2018
1.0.dev5 Aug 15, 2018
1.0.dev4 Jul 16, 2018
1.0.dev3 Jul 05, 2018
1.0.dev2 Jun 28, 2018
1.0.dev1 Jun 13, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
click (>=7.0)
morecantile (<8.0,>=5.0)
pydantic (~=2.0)
rasterio (>=1.3.3)