Name | rio-cogeo JSON |
Version |
5.4.1
JSON |
| download |
home_page | None |
Summary | Cloud Optimized GeoTIFF (COGEO) creation plugin for rasterio |
upload_time | 2024-12-16 11:14:55 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
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/fd/6d/dc7b9d3aba548d16c3789282185a76728459b0c74c777a81c1bfb5c68a48/rio_cogeo-5.4.1.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.4.1",
"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": "2569d16afb79dcd2ab0b679713ed0d04acd2c0dd2345b7d545823f5c6f2f44b1",
"md5": "a2ea6144255cd3156f076c453d27373b",
"sha256": "7387f8e523759c694313158be99be0581a6d115862d3f764d553a42a8b2278f6"
},
"downloads": -1,
"filename": "rio_cogeo-5.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a2ea6144255cd3156f076c453d27373b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 20989,
"upload_time": "2024-12-16T11:14:53",
"upload_time_iso_8601": "2024-12-16T11:14:53.546642Z",
"url": "https://files.pythonhosted.org/packages/25/69/d16afb79dcd2ab0b679713ed0d04acd2c0dd2345b7d545823f5c6f2f44b1/rio_cogeo-5.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd6ddc7b9d3aba548d16c3789282185a76728459b0c74c777a81c1bfb5c68a48",
"md5": "325b8dcbee5f290c2630c6d84b47f6ce",
"sha256": "2d7de85e4d6655698f6eb871d9ea62d645a855dfcdfbae7dc4bd08ed892d555b"
},
"downloads": -1,
"filename": "rio_cogeo-5.4.1.tar.gz",
"has_sig": false,
"md5_digest": "325b8dcbee5f290c2630c6d84b47f6ce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21128,
"upload_time": "2024-12-16T11:14:55",
"upload_time_iso_8601": "2024-12-16T11:14:55.562982Z",
"url": "https://files.pythonhosted.org/packages/fd/6d/dc7b9d3aba548d16c3789282185a76728459b0c74c777a81c1bfb5c68a48/rio_cogeo-5.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 11:14:55",
"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"
}