rio-cogeo


Namerio-cogeo JSON
Version 5.3.0 PyPI version JSON
download
home_pageNone
SummaryCloud Optimized GeoTIFF (COGEO) creation plugin for rasterio
upload_time2024-04-02 11:36:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords cogeo cloudoptimized geotiff rasterio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rio-cogeo

<p align="center">
  <img src="https://www.cogeo.org/images/logo/Cog-02.png" style="width: 200px;" alt="COG"></a>
</p>
<p align="center">
  <em>Cloud Optimized GeoTIFF (COG) creation and validation plugin for Rasterio.</em>
</p>
<p align="center">
  <a href="https://github.com/cogeotiff/rio-cogeo/actions?query=workflow%3ACI" target="_blank">
      <img src="https://github.com/cogeotiff/rio-cogeo/workflows/CI/badge.svg" alt="Test">
  </a>
  <a href="https://codecov.io/gh/cogeotiff/rio-cogeo" target="_blank">
      <img src="https://codecov.io/gh/cogeotiff/rio-cogeo/branch/main/graph/badge.svg" alt="Coverage">
  </a>
  <a href="https://pypi.org/project/rio-cogeo" target="_blank">
      <img src="https://img.shields.io/pypi/v/rio-cogeo?color=%2334D058&label=pypi%20package" alt="Package version">
  </a>
  <a href="https://anaconda.org/conda-forge/rio-cogeo" target="_blank">
      <img src="https://img.shields.io/conda/v/conda-forge/rio-cogeo.svg" alt="Conda Forge">
  </a>
  <a href="https://pypistats.org/packages/rio-cogeo" target="_blank">
      <img src="https://img.shields.io/pypi/dm/rio-cogeo.svg" alt="Downloads">
  </a>
  <a href="https://github.com/cogeotiff/rio-cogeo/blob/main/LICENSE" target="_blank">
      <img src="https://img.shields.io/github/license/cogeotiff/rio-cogeo.svg" alt="Downloads">
  </a>
</p>

---

**Documentation**: <a href="https://cogeotiff.github.io/rio-cogeo/" target="_blank">https://cogeotiff.github.io/rio-cogeo/</a>

**Source Code**: <a href="https://github.com/cogeotiff/rio-cogeo" target="_blank">https://github.com/cogeotiff/rio-cogeo</a>

---


## 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](https://github.com/cogeotiff/cog-spec/blob/master/spec.md), 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](https://gdal.org/drivers/raster/cog.html), [discussion](https://lists.osgeo.org/pipermail/gdal-dev/2019-May/050169.html)), starting with `rio-cogeo` version 2.2, `--use-cog-driver` option was added to create COG using the `COG` driver.

## Install

```bash
$ pip install -U pip
$ pip install rio-cogeo
```

Or install from source:

```bash
$ 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](https://github.com/mapbox/rio-glui/) or [rio-viz](https://github.com/developmentseed/rio-viz) rasterio plugins to explore COG locally in your web browser.

## Contribution & Development

See [CONTRIBUTING.md](https://github.com/cogeotiff/rio-cogeo/blob/main/CONTRIBUTING.md)

## Changes

See [CHANGES.md](https://github.com/cogeotiff/rio-cogeo/blob/main/CHANGES.md).

## License

See [LICENSE](https://github.com/cogeotiff/rio-cogeo/blob/main/LICENSE)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rio-cogeo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "COGEO, CloudOptimized Geotiff, rasterio",
    "author": null,
    "author_email": "Vincent Sarago <vincent@developmentseed.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/bf/3cc0323056b09f3c1d9e16343ebbbbcf19d478196dc02729aebaf5fd1709/rio_cogeo-5.3.0.tar.gz",
    "platform": null,
    "description": "# rio-cogeo\n\n<p align=\"center\">\n  <img src=\"https://www.cogeo.org/images/logo/Cog-02.png\" style=\"width: 200px;\" alt=\"COG\"></a>\n</p>\n<p align=\"center\">\n  <em>Cloud Optimized GeoTIFF (COG) creation and validation plugin for Rasterio.</em>\n</p>\n<p align=\"center\">\n  <a href=\"https://github.com/cogeotiff/rio-cogeo/actions?query=workflow%3ACI\" target=\"_blank\">\n      <img src=\"https://github.com/cogeotiff/rio-cogeo/workflows/CI/badge.svg\" alt=\"Test\">\n  </a>\n  <a href=\"https://codecov.io/gh/cogeotiff/rio-cogeo\" target=\"_blank\">\n      <img src=\"https://codecov.io/gh/cogeotiff/rio-cogeo/branch/main/graph/badge.svg\" alt=\"Coverage\">\n  </a>\n  <a href=\"https://pypi.org/project/rio-cogeo\" target=\"_blank\">\n      <img src=\"https://img.shields.io/pypi/v/rio-cogeo?color=%2334D058&label=pypi%20package\" alt=\"Package version\">\n  </a>\n  <a href=\"https://anaconda.org/conda-forge/rio-cogeo\" target=\"_blank\">\n      <img src=\"https://img.shields.io/conda/v/conda-forge/rio-cogeo.svg\" alt=\"Conda Forge\">\n  </a>\n  <a href=\"https://pypistats.org/packages/rio-cogeo\" target=\"_blank\">\n      <img src=\"https://img.shields.io/pypi/dm/rio-cogeo.svg\" alt=\"Downloads\">\n  </a>\n  <a href=\"https://github.com/cogeotiff/rio-cogeo/blob/main/LICENSE\" target=\"_blank\">\n      <img src=\"https://img.shields.io/github/license/cogeotiff/rio-cogeo.svg\" alt=\"Downloads\">\n  </a>\n</p>\n\n---\n\n**Documentation**: <a href=\"https://cogeotiff.github.io/rio-cogeo/\" target=\"_blank\">https://cogeotiff.github.io/rio-cogeo/</a>\n\n**Source Code**: <a href=\"https://github.com/cogeotiff/rio-cogeo\" target=\"_blank\">https://github.com/cogeotiff/rio-cogeo</a>\n\n---\n\n\n## Cloud Optimized GeoTIFF\n\nThis plugin aims to facilitate the creation and validation of Cloud Optimized\nGeoTIFF (COG or COGEO). While it respects the\n[COG specifications](https://github.com/cogeotiff/cog-spec/blob/master/spec.md), this plugin also\nenforces several features:\n\n- **Internal overviews** (User can remove overview with option `--overview-level 0`)\n- **Internal tiles** (default profiles have 512x512 internal tiles)\n\n**Important**: in GDAL 3.1 a new COG driver has been added ([doc](https://gdal.org/drivers/raster/cog.html), [discussion](https://lists.osgeo.org/pipermail/gdal-dev/2019-May/050169.html)), starting with `rio-cogeo` version 2.2, `--use-cog-driver` option was added to create COG using the `COG` driver.\n\n## Install\n\n```bash\n$ pip install -U pip\n$ pip install rio-cogeo\n```\n\nOr install from source:\n\n```bash\n$ pip install -U pip\n$ pip install git+https://github.com/cogeotiff/rio-cogeo.git\n```\n\n## GDAL Version\n\nIt is recommended to use GDAL > 2.3.2. Previous versions might not be able to\ncreate proper COGs (ref: https://github.com/OSGeo/gdal/issues/754).\n\n\nMore info in https://github.com/cogeotiff/rio-cogeo/issues/55\n\n## More\n\nBlog post on good and bad COG formats: https://medium.com/@_VincentS_/do-you-really-want-people-using-your-data-ec94cd94dc3f\n\nCheckout [rio-glui](https://github.com/mapbox/rio-glui/) or [rio-viz](https://github.com/developmentseed/rio-viz) rasterio plugins to explore COG locally in your web browser.\n\n## Contribution & Development\n\nSee [CONTRIBUTING.md](https://github.com/cogeotiff/rio-cogeo/blob/main/CONTRIBUTING.md)\n\n## Changes\n\nSee [CHANGES.md](https://github.com/cogeotiff/rio-cogeo/blob/main/CHANGES.md).\n\n## License\n\nSee [LICENSE](https://github.com/cogeotiff/rio-cogeo/blob/main/LICENSE)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cloud Optimized GeoTIFF (COGEO) creation plugin for rasterio",
    "version": "5.3.0",
    "project_urls": {
        "Documentation": "https://cogeotiff.github.io/rio-cogeo/",
        "Source": "https://github.com/cogeotiff/rio-cogeo"
    },
    "split_keywords": [
        "cogeo",
        " cloudoptimized geotiff",
        " rasterio"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "205e9d3e0da55ecef264cc8f2e673a0e6af74655ebcaa36ac416e67bb39a1b64",
                "md5": "e4294dbdcf23237db87a62eda6c6d204",
                "sha256": "2b7e3bb310ef03fecbb19ec80e973e4c65a8bf789990a77c8a8f6b2431d15d7c"
            },
            "downloads": -1,
            "filename": "rio_cogeo-5.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4294dbdcf23237db87a62eda6c6d204",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20621,
            "upload_time": "2024-04-02T11:36:29",
            "upload_time_iso_8601": "2024-04-02T11:36:29.518025Z",
            "url": "https://files.pythonhosted.org/packages/20/5e/9d3e0da55ecef264cc8f2e673a0e6af74655ebcaa36ac416e67bb39a1b64/rio_cogeo-5.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abbf3cc0323056b09f3c1d9e16343ebbbbcf19d478196dc02729aebaf5fd1709",
                "md5": "22fbda98d0269a3196acde06715623fb",
                "sha256": "f67ff03f91d3a8ccd2004f02b097f841959a98ddae20e5ead0f8d627a41cab46"
            },
            "downloads": -1,
            "filename": "rio_cogeo-5.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "22fbda98d0269a3196acde06715623fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20907,
            "upload_time": "2024-04-02T11:36:36",
            "upload_time_iso_8601": "2024-04-02T11:36:36.971359Z",
            "url": "https://files.pythonhosted.org/packages/ab/bf/3cc0323056b09f3c1d9e16343ebbbbcf19d478196dc02729aebaf5fd1709/rio_cogeo-5.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 11:36:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cogeotiff",
    "github_project": "rio-cogeo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rio-cogeo"
}
        
Elapsed time: 0.22764s