Skip to content

Rio plugin registry

Robin edited this page Oct 24, 2018 · 8 revisions

Rasterio's CLI command rio supports plugins for adding subcommands. See rasterio/rio/main.py and the CLI docs for more information.

List of plugins

  • rio-plugin-example: basic subcommand recipe.
  • rio-alpha: Add alpha band to imagery based on nodata values
  • rio-block-features: geojson features from raster's internal tile blocks
  • rio-cloudmask: Rasterio plugin for identifying clouds in multi-spectral satellite imagery
  • rio-cogeo: Cloud Optimized GeoTIFF (COG) creation plugin for rasterio
  • rio-color: Color correction plugin for rasterio
  • rio-ds-mask: extract a raster's dataset-level mask and write to a new file.
  • rio-eval-calc: alternative rio calc implementation.
  • rio-hist: Histogram matching plugin for rasterio
  • rio-interpolate: Interpolate raster values from GeoJSON geometry
  • rio-l8qa: Landsat 8 QA band CLI tool and python lib
  • rio-mbtiles: exports a raster dataset to the MBTiles (version 1.1) format.
  • rio-merge-rgba: rio merge alternative optimized for large RGBA rasters
  • rio-mucho: Parallel processing wrapper for rasterio
  • rio-pansharpen: pansharpening landsat scenes
  • rio-polyencode: Encode time-series data into a single polynomial raster
  • rio-rgbify: Encoded arbitrary bit depth rasters in psuedo base-256
  • rio-tiler: Get mercator tile from landsat, sentinel or other AWS hosted raster
  • rio-toa: Top Of Atmosphere (TOA) calculations for Landsat 8
  • rio-zonalstats: summary statistics of raster datasets based on GeoJSON features