项目作者: cogeotiff

项目描述 :
Cloud Optimized GeoTIFF creation and validation plugin for rasterio
高级语言: Python
项目地址: git://github.com/cogeotiff/rio-cogeo.git
创建时间: 2018-03-09T16:18:29Z
项目社区:https://github.com/cogeotiff/rio-cogeo

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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

  1. $ pip install -U pip
  2. $ pip install rio-cogeo

Or install from source:

  1. $ pip install -U pip
  2. $ 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: @_VincentS_/do-you-really-want-people-using-your-data-ec94cd94dc3f"">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