rdenham / rios

A raster processing layer on top of GDAL

Home Page:https://www.rioshome.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIOS - Raster I/O Simplification

A set of Python modules which makes it easy to write raster processing code in Python. It is built on top of GDAL.

Features

  • Handles the details of opening and closing files.
  • Checks alignment of projection and raster grid.
  • Steps through the raster in small blocks to reduce memory requirements.
  • and more...

This allows the programmer to concentrate on the processing involved.

RIOS was written for our own use, and comes without any warranty or assurance that it might even be useful. But if anyone else is silly enough to want it, they are welcome to use it.

Download

  • Click on the Releases link and select the latest tarball
  • Also available from conda-forge

Documentation

Sphinx documentation is available at www.rioshome.org

License

GPL 3, see LICENSE.txt

About

A raster processing layer on top of GDAL

https://www.rioshome.org

License:GNU General Public License v3.0


Languages

Language:Python 100.0%