All Projects → cogeotiff → Rio Cogeo

cogeotiff / Rio Cogeo

Licence: bsd-3-clause
Cloud Optimized GeoTIFF creation and validation plugin for rasterio

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Rio Cogeo

Awesome Gnss
Community list of open-source GNSS software and resources 📡
Stars: ✭ 56 (-56.25%)
Mutual labels:  satellite
Gpslogger
📡 Lightweight GPS Logging Application For Android.
Stars: ✭ 1,348 (+953.13%)
Mutual labels:  satellite
Foreman Ansible Modules
Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
Stars: ✭ 109 (-14.84%)
Mutual labels:  satellite
Oscam Patched
Open Source Cam Emulator
Stars: ✭ 61 (-52.34%)
Mutual labels:  satellite
Rio Color
Color correction plugin for rasterio
Stars: ✭ 87 (-32.03%)
Mutual labels:  satellite
Oscam Emu
Open Source Cam Emulator (patch only)
Stars: ✭ 101 (-21.09%)
Mutual labels:  satellite
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-62.5%)
Mutual labels:  satellite
Pyorbital
Orbital and astronomy computations in python
Stars: ✭ 119 (-7.03%)
Mutual labels:  satellite
Opensatkit
Core Flight System (cFS) Application Developer's Kit
Stars: ✭ 94 (-26.56%)
Mutual labels:  satellite
Mapbox Cli Py
Command line interface to Mapbox Web Services
Stars: ✭ 108 (-15.62%)
Mutual labels:  satellite
Satvis
Satellite orbit visualization and pass prediction with Cesium.js
Stars: ✭ 68 (-46.87%)
Mutual labels:  satellite
Make Surface
Vector surfaces creation routines
Stars: ✭ 86 (-32.81%)
Mutual labels:  satellite
Codeql
GitHub Satellite 2020 workshops on finding security vulnerabilities with CodeQL for Java/JavaScript.
Stars: ✭ 103 (-19.53%)
Mutual labels:  satellite
Sanchez
False-colour geostationary satellite image compositor
Stars: ✭ 61 (-52.34%)
Mutual labels:  satellite
Dstl unet
Dstl Satellite Imagery Feature Detection
Stars: ✭ 117 (-8.59%)
Mutual labels:  satellite
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-58.59%)
Mutual labels:  satellite
Satellite
Download the latest images from Himawari-8 or DSCOVR and set it as your desktop background.
Stars: ✭ 99 (-22.66%)
Mutual labels:  satellite
R2cloud
Decode satellite signals on Raspberry PI or any other 64-bit intel.
Stars: ✭ 125 (-2.34%)
Mutual labels:  satellite
Py6s
A Python interface to the 6S Radiative Transfer Model
Stars: ✭ 117 (-8.59%)
Mutual labels:  satellite
Satellitetoolbox.jl
A toolbox for satellite analysis written in julia language.
Stars: ✭ 104 (-18.75%)
Mutual labels:  satellite

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: Starting from GDAL 3.1 a new COG generator driver will be added (doc, discussion) and will make rio-cogeo kinda obsolete.

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 recommanded 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].